2014-09-29 16:40:17 -07:00
|
|
|
-- BEGINWAIT
|
|
|
|
-- ENDWAIT
|
|
|
|
-- BEGINFINDP STALE
|
|
|
|
false|Prop
|
2014-10-28 10:31:00 -07:00
|
|
|
false.rec|Π (C : Type), false → C
|
2014-11-30 21:16:01 -08:00
|
|
|
false.of_ne|?a ≠ ?a → false
|
2014-10-28 10:31:00 -07:00
|
|
|
false.rec_on|Π (C : Type), false → C
|
2014-11-29 18:29:48 -08:00
|
|
|
false.cases_on|Π (C : Type), false → C
|
2014-11-30 21:16:01 -08:00
|
|
|
false.decidable|decidable false
|
2014-10-25 13:36:38 -07:00
|
|
|
false.induction_on|∀ (C : Prop), false → C
|
2014-10-19 08:40:56 -07:00
|
|
|
true_ne_false|¬ true = false
|
2014-12-11 19:53:41 -08:00
|
|
|
not_of_is_false|is_false ?c → ¬ ?c
|
2014-12-12 13:50:53 -08:00
|
|
|
not_of_iff_false|?a ↔ false → ¬ ?a
|
2014-10-19 08:40:56 -07:00
|
|
|
p_ne_false|?p → ?p ≠ false
|
2014-12-11 19:53:41 -08:00
|
|
|
is_false|Π (c : Prop) [H : decidable c], Prop
|
2014-12-12 13:50:53 -08:00
|
|
|
not_of_eq_false|?p = false → ¬ ?p
|
2014-11-30 21:16:01 -08:00
|
|
|
decidable.rec_on_false|Π (H3 : ¬ ?p), ?H2 H3 → decidable.rec_on ?H ?H1 ?H2
|
|
|
|
not_false|¬ false
|
2014-12-11 19:53:41 -08:00
|
|
|
of_not_is_false|¬ is_false ?c → ?c
|
2014-09-29 16:40:17 -07:00
|
|
|
-- ENDFINDP
|