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

Theorem

nat.sym_eq_eqb

Statement

∀ n, leibniz (filter_nat_type eqb_body n) (eqb n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_eqb : forall (n:nat), leibniz.leibniz (nat -> bool.bool) (filter_nat_type (nat -> bool.bool) eqb_body n) (eqb n).



Matita-Jumb
Statement

theorem sym_eq_eqb : \forall (n:nat). (leibniz) (nat -> bool) ((filter_nat_type) (nat -> bool) (eqb_body) n) ((eqb) n).



Lean-jumb
Statement

theorem sym_eq_eqb : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> bool.bool)) ((((nat.filter_nat_type) ((nat.nat) -> bool.bool)) ((nat.eqb_body) )) (n))) (((nat.eqb) ) (n)).



PVS-jumb

Statement

sym_eq_eqb : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.eqb_body)(n))(nat_sttfa.eqb(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.