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

Theorem

nat.eq_leb_body_S

Statement

∀ n, leibniz (leb_body (n+1)) (λm. match_nat_type false (λq. leb n q) m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_leb_body_S : forall (n:nat), leibniz.leibniz (nat -> bool.bool) (leb_body (S n)) (fun (m:nat) => match_nat_type (bool.bool) bool.false (fun (q:nat) => leb n q) m).



Matita-Jumb
Statement

theorem eq_leb_body_S : \forall (n:nat). (leibniz) (nat -> bool) ((leb_body) ((S) n)) (\lambda m : nat. (match_nat_type) (bool) (false) (\lambda q : nat. (leb) n q) m).



Lean-jumb
Statement

theorem eq_leb_body_S : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> bool.bool)) (((nat.leb_body) ) (((nat.S) ) (n)))) (fun (m : nat.nat) , ((((nat.match_nat_type) (bool.bool)) ((bool.false) )) (fun (q : nat.nat) , (((nat.leb) ) (n)) (q))) (m)).



PVS-jumb

Statement

eq_leb_body_S : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.leb_body(nat_sttfa.sttfa_S(n)))((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.match_nat_type[bool_sttfa_th.sttfa_bool](bool_sttfa_th.sttfa_false)((LAMBDA(q:nat_sttfa.sttfa_nat):nat_sttfa.leb(n)(q)))(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.