// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Theorem

nat.le_n_O_elim

Statement

∀ n, n ≤ O ⇒ ∀ P, P O ⇒ P n

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem le_n_O_elim : forall (n:nat), (le n O) -> forall (P:(nat -> Prop)), (P O) -> P n.



Matita-Jumb
Statement

theorem le_n_O_elim : \forall (n:nat). ((le) n (O) ) -> \forall (P:nat -> Prop). (P (O) ) -> P n.



Lean-jumb
Statement

theorem le_n_O_elim : forall (n:nat.nat) , ((((nat.le_) ) (n)) ((nat.O) )) -> forall (P:(nat.nat) -> Prop) , ((P) ((nat.O) )) -> (P) (n).



PVS-jumb

Statement

le_n_O_elim : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(nat_sttfa.le(n)(nat_sttfa.sttfa_O) => (FORALL(P:[nat_sttfa.sttfa_nat -> bool]):(P(nat_sttfa.sttfa_O) => P(n)))))



OpenTheory

Printing for OpenTheory is not working at the moment.