Applying axioms about Sequents
问题 Consider the following minimal development based on the Isabelle Sequents library: theory Test imports Pure Sequents.Sequents begin syntax "_Trueprop" :: "two_seqe" ("((_)/ ⊢ (_))" [6,6] 5) consts Trueprop :: two_seqi parse_translation ‹[ (@{syntax_const "_Trueprop"}, K (two_seq_tr @{const_syntax Trueprop})) ]› print_translation ‹[ (@{const_syntax Trueprop}, K (two_seq_tr' @{syntax_const "_Trueprop"})) ]› axiomatization where identity : "$A, P, $B ⊢ $C, P, $D" and xch : "$A, $B, $C, $D, $E ⊢