We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Code:
namespace http://mathhub.info/Panopikum/examples❚ import base http://mathhub.info/MitM/Foundation ❚
fixmeta http://cds.omdoc.org/urtheories?LFComb ❚
theory start : base:?NaturalDeduction = A:prop ❙ B:prop ❙ ax: ⊦ A ❙ ❚
theory out : base:?NaturalDeduction = include ?start ❙ axi: ⊦ A ⇒ B ❙ ❚
theory target : base:?NaturalDeduction = include ?start ❙ C: prop ❙ D: prop ❙ axone: ⊦ C ❙ ❚
view re : ?start -> ?target = include base?NaturalDeduction ❙ A = C ❙ B = D ❙ ax = axone ❙ ❚
diagram pushout : http://cds.omdoc.org/urtheories?LFComb := PREFIX PUSHOUT ?out ALONG ?re BY "pushout_" ❚
theory proof = include ?pushout_pres ❙ beweis: ⊦ D ❘= MP axi axone❙ ❚
This will produce a theory with an empty body. The generated constants remain stuck in the theory's definiens.
The text was updated successfully, but these errors were encountered:
This will probably vanish into thin air during the reimplementation of diagram operators that @florian-rabe planned.
Sorry, something went wrong.
florian-rabe
No branches or pull requests
Example Code:
namespace http://mathhub.info/Panopikum/examples❚
import base http://mathhub.info/MitM/Foundation ❚
fixmeta http://cds.omdoc.org/urtheories?LFComb ❚
theory start : base:?NaturalDeduction =
A:prop ❙
B:prop ❙
ax: ⊦ A ❙
❚
theory out : base:?NaturalDeduction =
include ?start ❙
axi: ⊦ A ⇒ B ❙
❚
theory target : base:?NaturalDeduction =
include ?start ❙
C: prop ❙
D: prop ❙
axone: ⊦ C ❙
❚
view re : ?start -> ?target =
include base?NaturalDeduction ❙
A = C ❙
B = D ❙
ax = axone ❙
❚
diagram pushout : http://cds.omdoc.org/urtheories?LFComb := PREFIX PUSHOUT ?out ALONG ?re BY "pushout_" ❚
theory proof =
include ?pushout_pres ❙
beweis: ⊦ D ❘= MP axi axone❙
❚
This will produce a theory with an empty body. The generated constants remain stuck in the theory's definiens.
The text was updated successfully, but these errors were encountered: