777aa63660
This commit also removes the workaround false.rec_type. It is not needed anymore
13 lines
338 B
Text
13 lines
338 B
Text
-- BEGINWAIT
|
|
-- ENDWAIT
|
|
-- BEGINFINDP STALE
|
|
false|Prop
|
|
false.rec|Π (C : Type), false → C
|
|
false_elim|false → ?c
|
|
false.rec_on|Π (C : Type), false → C
|
|
false.induction_on|∀ (C : Prop), false → C
|
|
not_false_trivial|¬ false
|
|
true_ne_false|¬ true = false
|
|
p_ne_false|?p → ?p ≠ false
|
|
eq_false_elim|?a = false → ¬ ?a
|
|
-- ENDFINDP
|