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

Theorem

permutation.transpose_transpose

Statement

∀ i j n, (transpose i j (transpose i j n)) = n

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem transpose_transpose : forall (i:nat.nat), forall (j:nat.nat), forall (n:nat.nat), logic.eq (nat.nat) (transpose i j (transpose i j n)) n.



Matita-Jumb
Statement

theorem transpose_transpose : \forall (i:nat). \forall (j:nat). \forall (n:nat). (eq) (nat) ((transpose) i j ((transpose) i j n)) n.



Lean-jumb
Statement

theorem transpose_transpose : forall (i:nat.nat) , forall (j:nat.nat) , forall (n:nat.nat) , (((logic.eq_) (nat.nat)) (((((permutation.transpose) ) (i)) (j)) (((((permutation.transpose) ) (i)) (j)) (n)))) (n).



PVS-jumb

Statement

transpose_transpose : LEMMA (FORALL(i:nat_sttfa_th.sttfa_nat):(FORALL(j:nat_sttfa_th.sttfa_nat):(FORALL(n:nat_sttfa_th.sttfa_nat):logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](permutation_sttfa.transpose(i)(j)(permutation_sttfa.transpose(i)(j)(n)))(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.