aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/TacticRecording/examples3_LEMMA1.dot
blob: 69bc7c4a9639f528a40e4bd63461d458b11fa229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
digraph G {
  subgraph cluster0 {
    label = "induction";
    517->518;
    517->519;
  }
  subgraph cluster1 {
    label = "base case";
    528->528
  }
  subgraph cluster2 {
    label = "step case";
    537->538;
    538->540;
    540->542;
    542->544;
    544->546;
    546->548;
  }
  512->513;
  513->517;
  518->528;
  519->537;
}