We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 080d923 + 5487c74 commit 4bc2960Copy full SHA for 4bc2960
theories/core/completeness.v
@@ -94,7 +94,7 @@ Proof.
94
suff E: input=output :>G by congruence.
95
apply/(card_le1_eqP (A := predT)) => //.
96
apply iso_v, card_bij in L. rewrite !card_sum !card_unit addnC in L.
97
- by injection L=>->.
+ by case: L; rewrite ?add0n => ->.
98
* have E: forall y, L (inr tt) <> L (inl y) by intros y H; generalize (bij_injective (f:=L) H).
99
case_eq (L (inr tt)); case.
100
generalize (E input). simpl in *. congruence.
0 commit comments