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

Axiom

nat.axiom_eqb_body_O

Statement

equal (eqb_body O) (λm. match_nat_type true (λq. false) m)

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_eqb_body_O : connectives.equal (nat -> bool.bool) (eqb_body O) (fun (m:nat) => match_nat_type (bool.bool) bool.true (fun (q:nat) => bool.false) m)



Matita-Jumb
Statement

axiom axiom_eqb_body_O : (equal) (nat -> bool) ((eqb_body) (O) ) (\lambda m : nat. (match_nat_type) (bool) (true) (\lambda q : nat. (false) ) m)



Lean-jumb
Statement

axiom axiom_eqb_body_O : (((connectives.equal) ((nat.nat) -> bool.bool)) (((nat.eqb_body) ) ((nat.O) ))) (fun (m : nat.nat) , ((((nat.match_nat_type) (bool.bool)) ((bool.true) )) (fun (q : nat.nat) , (bool.false) )) (m))



PVS-jumb

Statement

axiom_eqb_body_O : AXIOM connectives_sttfa_th.equal[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.eqb_body(nat_sttfa.sttfa_O))((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.match_nat_type[bool_sttfa_th.sttfa_bool](bool_sttfa_th.sttfa_true)((LAMBDA(q:nat_sttfa.sttfa_nat):bool_sttfa_th.sttfa_false))(m)))



OpenTheory

Printing for OpenTheory is not working at the moment.