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

Theorem

permutation.permut_invert_permut

Statement

∀ f n, permut f n ⇒ permut (invert_permut n f) n

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem permut_invert_permut : forall (f:(nat.nat -> nat.nat)), forall (n:nat.nat), (permut f n) -> permut (invert_permut n f) n.



Matita-Jumb
Statement

theorem permut_invert_permut : \forall (f:nat -> nat). \forall (n:nat). ((permut) f n) -> (permut) ((invert_permut) n f) n.



Lean-jumb
Statement

theorem permut_invert_permut : forall (f:(nat.nat) -> nat.nat) , forall (n:nat.nat) , ((((permutation.permut) ) (f)) (n)) -> (((permutation.permut) ) ((((permutation.invert_permut) ) (n)) (f))) (n).



PVS-jumb

Statement

permut_invert_permut : LEMMA (FORALL(f:[nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]):(FORALL(n:nat_sttfa_th.sttfa_nat):(permutation_sttfa.permut(f)(n) => permutation_sttfa.permut(permutation_sttfa.invert_permut(n)(f))(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.