Skip to content

Commit 9d63990

Browse files
committed
Fix proof script
1 parent 32fac0f commit 9d63990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

key.core/tacletProofs/seqPerm2/Taclet_schiffl_lemma_2.proof

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,14 @@ instantiate hide var=iv with=(jv_1);
385385
instantiate hide var=jv with=(v_x_0);
386386
rule impLeft;
387387
tryclose branch;
388-
tryclose branch;
388+
// tryclose branch;
389389
// established: r4 is permutation
390390
// established: r4 fixes v_y_0
391391
// from now on v_x_0 != v_y_0 and s_0[v_x_0]!= v_x_0 and
392392
// s_0[v_y_0]!= v_y_0 and s_0[v_x_0]!= v_y_0 and s_0[v_y_0]!=v_x_0;
393393
// this corresponds to case B4iv in the Notes
394394
// in the following r5 refers to this instantion
395-
tryclose branch;
395+
//tryclose branch;
396396
// established: r5 is of the correct length
397397
rule seqNPermSwapNPerm formula=(seqNPerm(s_0));
398398
instantiate hide var=iv with=(v_x_0);

0 commit comments

Comments
 (0)