theory Fails imports Main begin inductive reduced :: "bool" where "\id vs = (n::nat); id t1s = n; t2s = m; id x = [t1s, t2s]\ \ reduced" end