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

Axiom

nat.sym_eq_filter_nat_type_O

Statement

∀ return, leibniz (return O) (filter_nat_type return O)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_filter_nat_type_O : forall return_type, forall (return_:(nat -> return_type)), leibniz.leibniz (return_type) (return_ O) (filter_nat_type (return_type) return_ O).



Matita-Jumb
Statement

theorem sym_eq_filter_nat_type_O : \forall return_type. \forall (return_:nat -> return_type). (leibniz) (return_type) (return_ (O) ) ((filter_nat_type) (return_type) return_ (O) ).



Lean-jumb
Statement

theorem sym_eq_filter_nat_type_O : forall (return_type : Type) , forall (return:(nat.nat) -> return_type) , (((leibniz.leibniz) (return_type)) ((return) ((nat.O) ))) ((((nat.filter_nat_type) (return_type)) (return)) ((nat.O) )).



PVS-jumb

Statement

sym_eq_filter_nat_type_O [return_type:TYPE+] : LEMMA (FORALL(return:[nat_sttfa.sttfa_nat -> return_type]):leibniz_sttfa_th.leibniz[return_type](return(nat_sttfa.sttfa_O))(nat_sttfa.filter_nat_type[return_type](return)(nat_sttfa.sttfa_O)))



OpenTheory

Printing for OpenTheory is not working at the moment.