Skip to content

Commit

Permalink
Merge pull request #40 from coq-community/mc_1223
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jun 29, 2024
2 parents 080d923 + 5487c74 commit 4bc2960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/core/completeness.v
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Proof.
suff E: input=output :>G by congruence.
apply/(card_le1_eqP (A := predT)) => //.
apply iso_v, card_bij in L. rewrite !card_sum !card_unit addnC in L.
by injection L=>->.
by case: L; rewrite ?add0n => ->.
* have E: forall y, L (inr tt) <> L (inl y) by intros y H; generalize (bij_injective (f:=L) H).
case_eq (L (inr tt)); case.
generalize (E input). simpl in *. congruence.
Expand Down

0 comments on commit 4bc2960

Please sign in to comment.