Skip to content

Commit

Permalink
henkin cAnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Earley committed Jan 2, 2025
1 parent 79575fd commit 3b8edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proof/Henkin.ard
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
\lemma <->cAnd {_ : Language} {c : Context} {T : Theory c} {f g : Formula c}
: Prf' T (cAnd f g) <-> (\Sigma (Prf' T f) (Prf' T g)) =>
(
\lam p => {?},
\lam (inP h) => (inP (cAndElim1 h idp), inP (cAndElim2 h idp)),
\lam (inP prf1, inP prf2) => inP (and prf1 prf2 idp)
)
}

0 comments on commit 3b8edfc

Please sign in to comment.