aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/example.ML
blob: 41ea20be31c14f4de6cb924bb05a5592dc286b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(*
    Example proof script for Isabelle Proof General.

    $Id$
*)    

Goal "(A & B)-->(B & A)";
br impI 1;
br conjI 1;
be conjE 1;
ba 1;
be conjE 1;
ba 1;
qed "and_comms";