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

Theorem

permutation.eq_invert_permut

Statement

∀ n, leibniz (invert_permut n) (filter_nat_type invert_permut_body n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_invert_permut : forall (n:nat.nat), leibniz.leibniz ((nat.nat -> nat.nat) -> nat.nat -> nat.nat) (invert_permut n) (nat.filter_nat_type ((nat.nat -> nat.nat) -> nat.nat -> nat.nat) invert_permut_body n).



Matita-Jumb
Statement

theorem eq_invert_permut : \forall (n:nat). (leibniz) ((nat -> nat) -> nat -> nat) ((invert_permut) n) ((filter_nat_type) ((nat -> nat) -> nat -> nat) (invert_permut_body) n).



Lean-jumb
Statement

theorem eq_invert_permut : forall (n:nat.nat) , (((leibniz.leibniz) (((nat.nat) -> nat.nat) -> (nat.nat) -> nat.nat)) (((permutation.invert_permut) ) (n))) ((((nat.filter_nat_type) (((nat.nat) -> nat.nat) -> (nat.nat) -> nat.nat)) ((permutation.invert_permut_body) )) (n)).



PVS-jumb

Statement

eq_invert_permut : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):leibniz_sttfa_th.leibniz[[[nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat] -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](permutation_sttfa.invert_permut(n))(nat_sttfa_th.filter_nat_type[[[nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat] -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](permutation_sttfa.invert_permut_body)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.