0.04/0.11 % Problem : theBenchmark.p : TPTP v0.0.0. Released v0.0.0. 0.04/0.12 % Command : tptp2X_and_run_prover9 %d %s 0.11/0.33 % Computer : n005.cluster.edu 0.11/0.33 % Model : x86_64 x86_64 0.11/0.33 % CPU : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz 0.11/0.33 % Memory : 8042.1875MB 0.11/0.33 % OS : Linux 3.10.0-693.el7.x86_64 0.11/0.33 % CPULimit : 960 0.11/0.33 % DateTime : Thu Jul 2 13:44:06 EDT 2020 0.11/0.33 % CPUTime : 0.75/1.02 ============================== Prover9 =============================== 0.75/1.02 Prover9 (32) version 2009-11A, November 2009. 0.75/1.02 Process 5843 was started by sandbox2 on n005.cluster.edu, 0.75/1.02 Thu Jul 2 13:44:06 2020 0.75/1.02 The command was "/export/starexec/sandbox2/solver/bin/prover9 -t 960 -f /tmp/Prover9_5672_n005.cluster.edu". 0.75/1.02 ============================== end of head =========================== 0.75/1.02 0.75/1.02 ============================== INPUT ================================= 0.75/1.02 0.75/1.02 % Reading from file /tmp/Prover9_5672_n005.cluster.edu 0.75/1.02 0.75/1.02 set(prolog_style_variables). 0.75/1.02 set(auto2). 0.75/1.02 % set(auto2) -> set(auto). 0.75/1.02 % set(auto) -> set(auto_inference). 0.75/1.02 % set(auto) -> set(auto_setup). 0.75/1.02 % set(auto_setup) -> set(predicate_elim). 0.75/1.02 % set(auto_setup) -> assign(eq_defs, unfold). 0.75/1.02 % set(auto) -> set(auto_limits). 0.75/1.02 % set(auto_limits) -> assign(max_weight, "100.000"). 0.75/1.02 % set(auto_limits) -> assign(sos_limit, 20000). 0.75/1.02 % set(auto) -> set(auto_denials). 0.75/1.02 % set(auto) -> set(auto_process). 0.75/1.02 % set(auto2) -> assign(new_constants, 1). 0.75/1.02 % set(auto2) -> assign(fold_denial_max, 3). 0.75/1.02 % set(auto2) -> assign(max_weight, "200.000"). 0.75/1.02 % set(auto2) -> assign(max_hours, 1). 0.75/1.02 % assign(max_hours, 1) -> assign(max_seconds, 3600). 0.75/1.02 % set(auto2) -> assign(max_seconds, 0). 0.75/1.02 % set(auto2) -> assign(max_minutes, 5). 0.75/1.02 % assign(max_minutes, 5) -> assign(max_seconds, 300). 0.75/1.02 % set(auto2) -> set(sort_initial_sos). 0.75/1.02 % set(auto2) -> assign(sos_limit, -1). 0.75/1.02 % set(auto2) -> assign(lrs_ticks, 3000). 0.75/1.02 % set(auto2) -> assign(max_megs, 400). 0.75/1.02 % set(auto2) -> assign(stats, some). 0.75/1.02 % set(auto2) -> clear(echo_input). 0.75/1.02 % set(auto2) -> set(quiet). 0.75/1.02 % set(auto2) -> clear(print_initial_clauses). 0.75/1.02 % set(auto2) -> clear(print_given). 0.75/1.02 assign(lrs_ticks,-1). 0.75/1.02 assign(sos_limit,10000). 0.75/1.02 assign(order,kbo). 0.75/1.02 set(lex_order_vars). 0.75/1.02 clear(print_given). 0.75/1.02 0.75/1.02 % formulas(sos). % not echoed (29 formulas) 0.75/1.02 0.75/1.02 ============================== end of input ========================== 0.75/1.02 0.75/1.02 % From the command line: assign(max_seconds, 960). 0.75/1.02 0.75/1.02 ============================== PROCESS NON-CLAUSAL FORMULAS ========== 0.75/1.02 0.75/1.02 % Formulas that are not ordinary clauses: 0.75/1.02 1 (all X all A all B (member(X,A) & member(X,B) <-> member(X,intersection(A,B)))) # label(intersection) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 2 (all X all A ((all Y (member(Y,A) -> member(X,Y))) <-> member(X,product(A)))) # label(product) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 3 (all B all A all E (member(B,difference(E,A)) <-> member(B,E) & -member(B,A))) # label(difference) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 4 (all X all A (member(X,power_set(A)) <-> subset(X,A))) # label(power_set) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 5 (all X all A (member(X,singleton(A)) <-> A = X)) # label(singleton) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 6 (all A all B (subset(A,B) <-> (all X (member(X,A) -> member(X,B))))) # label(subset) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 7 (all X -member(X,empty_set)) # label(empty_set) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 8 (all A all B (subset(A,B) & subset(B,A) <-> equal_set(A,B))) # label(equal_set) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 9 (all X all A all B (member(X,B) | member(X,A) <-> member(X,union(A,B)))) # label(union) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 10 (all X all A all B (B = X | X = A <-> member(X,unordered_pair(A,B)))) # label(unordered_pair) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 11 (all X all A (member(X,sum(A)) <-> (exists Y (member(Y,A) & member(X,Y))))) # label(sum) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 12 (all F all B all X ((exists Y (member(Y,B) & apply(F,X,Y))) <-> member(X,inverse_image2(F,B)))) # label(inverse_image2) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 13 (all F all A all Y ((exists X (member(X,A) & apply(F,X,Y))) <-> member(Y,image2(F,A)))) # label(image2) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 14 (all G all F all A all B all C all X all Z (member(Z,C) & member(X,A) -> (apply(compose_function(G,F,A,B,C),X,Z) <-> (exists Y (apply(F,X,Y) & apply(G,Y,Z) & member(Y,B)))))) # label(compose_function) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 15 (all F all G all A all B (equal_maps(F,G,A,B) <-> (all X all Y1 all Y2 (member(Y1,B) & member(Y2,B) & member(X,A) -> (apply(F,X,Y1) & apply(G,X,Y2) -> Y2 = Y1))))) # label(equal_maps) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 16 (all F all A (identity(F,A) <-> (all X (member(X,A) -> apply(F,X,X))))) # label(identity) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 17 (all F all A all R all B all S (decreasing(F,A,R,B,S) <-> (all X1 all Y1 all X2 all Y2 (member(X2,A) & apply(F,X1,Y1) & apply(F,X2,Y2) & member(Y2,B) & member(Y1,B) & member(X1,A) & apply(R,X1,X2) -> apply(S,Y2,Y1))))) # label(decreasing_function) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 18 (all F all A all B (injective(F,A,B) <-> (all X1 all X2 all Y (member(X1,A) & member(Y,B) & member(X2,A) -> (apply(F,X1,Y) & apply(F,X2,Y) -> X1 = X2))))) # label(injective) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 19 (all F all A all B all X all Y (member(Y,B) & member(X,A) -> (apply(inverse_function(F,A,B),Y,X) <-> apply(F,X,Y)))) # label(inverse_function) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 20 (all G all F all A all B ((all X all Y (member(Y,B) & member(X,A) -> (apply(G,Y,X) <-> apply(F,X,Y)))) <-> inverse_predicate(G,F,A,B))) # label(inverse_predicate) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 21 (all F all A all B (one_to_one(F,A,B) <-> surjective(F,A,B) & injective(F,A,B))) # label(one_to_one) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 22 (all F all A all B all Y (member(Y,B) & (exists X (apply(F,X,Y) & member(X,A))) <-> member(Y,image3(F,A,B)))) # label(image3) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 23 (all H all G all F all A all B all C (compose_predicate(H,G,F,A,B,C) <-> (all X all Z (member(Z,C) & member(X,A) -> (apply(H,X,Z) <-> (exists Y (member(Y,B) & apply(G,Y,Z) & apply(F,X,Y)))))))) # label(compose_predicate) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 24 (all F all A all B (maps(F,A,B) <-> (all X all Y1 all Y2 (member(Y1,B) & member(X,A) & member(Y2,B) -> (apply(F,X,Y1) & apply(F,X,Y2) -> Y1 = Y2))) & (all X (member(X,A) -> (exists Y (member(Y,B) & apply(F,X,Y))))))) # label(maps) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 25 (all F all A all R all B all S ((all X1 all Y1 all X2 all Y2 (member(Y1,B) & apply(F,X1,Y1) & apply(R,X1,X2) & member(X2,A) & member(X1,A) & member(Y2,B) & apply(F,X2,Y2) -> apply(S,Y1,Y2))) <-> increasing(F,A,R,B,S))) # label(increasing_function) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 26 (all F all B all A all X (member(X,inverse_image3(F,B,A)) <-> member(X,A) & (exists Y (member(Y,B) & apply(F,X,Y))))) # label(inverse_image3) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 27 (all F all A all B ((all Y (member(Y,B) -> (exists E (member(E,A) & apply(F,E,Y))))) <-> surjective(F,A,B))) # label(surjective) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 28 (all F all A all R all B all S (isomorphism(F,A,R,B,S) <-> one_to_one(F,A,B) & maps(F,A,B) & (all X1 all Y1 all X2 all Y2 (member(X2,A) & apply(F,X1,Y1) & member(Y2,B) & member(X1,A) & apply(F,X2,Y2) & member(Y1,B) -> (apply(S,Y1,Y2) <-> apply(R,X1,X2)))))) # label(isomorphism) # label(axiom) # label(non_clause). [assumption]. 0.75/1.02 29 -(all F all A all B all X all Y (maps(F,A,B) & subset(Y,B) & subset(X,B) -> equal_set(inverse_image2(F,union(X,Y)),union(inverse_image2(F,X),inverse_image2(F,Y))))) # label(thIIa06) # label(negated_conjecture) # label(non_clause). [assumption]. 0.75/1.02 0.75/1.02 ============================== end of process non-clausal formulas === 0.75/1.02 0.75/1.02 ============================== PROCESS INITIAL CLAUSES =============== 0.75/1.02 0.75/1.02 ============================== PREDICATE ELIMINATION ================= 0.75/1.02 30 equal_maps(A,B,C,D) | member(f8(A,B,C,D),D) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.02 31 -equal_maps(A,B,C,D) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: member(f8(A,B,C,D),D) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E. [resolve(30,a,31,a)]. 0.75/1.03 32 equal_maps(A,B,C,D) | member(f9(A,B,C,D),D) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: member(f9(A,B,C,D),D) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E. [resolve(32,a,31,a)]. 0.75/1.03 33 equal_maps(A,B,C,D) | member(f7(A,B,C,D),C) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: member(f7(A,B,C,D),C) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E. [resolve(33,a,31,a)]. 0.75/1.03 34 equal_maps(A,B,C,D) | apply(A,f7(A,B,C,D),f8(A,B,C,D)) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: apply(A,f7(A,B,C,D),f8(A,B,C,D)) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E. [resolve(34,a,31,a)]. 0.75/1.03 35 equal_maps(A,B,C,D) | apply(B,f7(A,B,C,D),f9(A,B,C,D)) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: apply(A,f7(B,A,C,D),f9(B,A,C,D)) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(B,V6,E) | -apply(A,V6,F) | F = E. [resolve(35,a,31,a)]. 0.75/1.03 36 equal_maps(A,B,C,D) | f9(A,B,C,D) != f8(A,B,C,D) # label(equal_maps) # label(axiom). [clausify(15)]. 0.75/1.03 Derived: f9(A,B,C,D) != f8(A,B,C,D) | -member(E,D) | -member(F,D) | -member(V6,C) | -apply(A,V6,E) | -apply(B,V6,F) | F = E. [resolve(36,a,31,a)]. 0.75/1.03 37 identity(A,B) | member(f10(A,B),B) # label(identity) # label(axiom). [clausify(16)]. 0.75/1.03 38 -identity(A,B) | -member(C,B) | apply(A,C,C) # label(identity) # label(axiom). [clausify(16)]. 0.75/1.03 Derived: member(f10(A,B),B) | -member(C,B) | apply(A,C,C). [resolve(37,a,38,a)]. 0.75/1.03 39 identity(A,B) | -apply(A,f10(A,B),f10(A,B)) # label(identity) # label(axiom). [clausify(16)]. 0.75/1.03 Derived: -apply(A,f10(A,B),f10(A,B)) | -member(C,B) | apply(A,C,C). [resolve(39,a,38,a)]. 0.75/1.03 40 decreasing(A,B,C,D,E) | member(f13(A,B,C,D,E),B) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 41 -decreasing(A,B,C,D,E) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: member(f13(A,B,C,D,E),B) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(40,a,41,a)]. 0.75/1.03 42 decreasing(A,B,C,D,E) | apply(A,f11(A,B,C,D,E),f12(A,B,C,D,E)) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: apply(A,f11(A,B,C,D,E),f12(A,B,C,D,E)) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(42,a,41,a)]. 0.75/1.03 43 decreasing(A,B,C,D,E) | apply(A,f13(A,B,C,D,E),f14(A,B,C,D,E)) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: apply(A,f13(A,B,C,D,E),f14(A,B,C,D,E)) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(43,a,41,a)]. 0.75/1.03 44 decreasing(A,B,C,D,E) | member(f14(A,B,C,D,E),D) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: member(f14(A,B,C,D,E),D) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(44,a,41,a)]. 0.75/1.03 45 decreasing(A,B,C,D,E) | member(f12(A,B,C,D,E),D) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: member(f12(A,B,C,D,E),D) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(45,a,41,a)]. 0.75/1.03 46 decreasing(A,B,C,D,E) | member(f11(A,B,C,D,E),B) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: member(f11(A,B,C,D,E),B) | -member(F,B) | -apply(A,V6,V7) | -apply(A,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,B) | -apply(C,V6,F) | apply(E,V8,V7). [resolve(46,a,41,a)]. 0.75/1.03 47 decreasing(A,B,C,D,E) | apply(C,f11(A,B,C,D,E),f13(A,B,C,D,E)) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: apply(A,f11(B,C,A,D,E),f13(B,C,A,D,E)) | -member(F,C) | -apply(B,V6,V7) | -apply(B,F,V8) | -member(V8,D) | -member(V7,D) | -member(V6,C) | -apply(A,V6,F) | apply(E,V8,V7). [resolve(47,a,41,a)]. 0.75/1.03 48 decreasing(A,B,C,D,E) | -apply(E,f14(A,B,C,D,E),f12(A,B,C,D,E)) # label(decreasing_function) # label(axiom). [clausify(17)]. 0.75/1.03 Derived: -apply(A,f14(B,C,D,E,A),f12(B,C,D,E,A)) | -member(F,C) | -apply(B,V6,V7) | -apply(B,F,V8) | -member(V8,E) | -member(V7,E) | -member(V6,C) | -apply(D,V6,F) | apply(A,V8,V7). [resolve(48,a,41,a)]. 0.75/1.03 49 injective(A,B,C) | member(f15(A,B,C),B) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 50 -injective(A,B,C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: member(f15(A,B,C),B) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(49,a,50,a)]. 0.75/1.03 51 injective(A,B,C) | member(f17(A,B,C),C) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: member(f17(A,B,C),C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(51,a,50,a)]. 0.75/1.03 52 injective(A,B,C) | member(f16(A,B,C),B) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: member(f16(A,B,C),B) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(52,a,50,a)]. 0.75/1.03 53 injective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: apply(A,f15(A,B,C),f17(A,B,C)) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(53,a,50,a)]. 0.75/1.03 54 injective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: apply(A,f16(A,B,C),f17(A,B,C)) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(54,a,50,a)]. 0.75/1.03 55 injective(A,B,C) | f16(A,B,C) != f15(A,B,C) # label(injective) # label(axiom). [clausify(18)]. 0.75/1.03 Derived: f16(A,B,C) != f15(A,B,C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(55,a,50,a)]. 0.75/1.03 56 -one_to_one(A,B,C) | injective(A,B,C) # label(one_to_one) # label(axiom). [clausify(21)]. 0.75/1.03 Derived: -one_to_one(A,B,C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(56,b,50,a)]. 0.75/1.03 57 one_to_one(A,B,C) | -surjective(A,B,C) | -injective(A,B,C) # label(one_to_one) # label(axiom). [clausify(21)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | member(f15(A,B,C),B). [resolve(57,c,49,a)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | member(f17(A,B,C),C). [resolve(57,c,51,a)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | member(f16(A,B,C),B). [resolve(57,c,52,a)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)). [resolve(57,c,53,a)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)). [resolve(57,c,54,a)]. 0.75/1.03 Derived: one_to_one(A,B,C) | -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C). [resolve(57,c,55,a)]. 0.75/1.03 58 -member(A,B) | -member(C,D) | -apply(E,A,C) | apply(F,C,A) | -inverse_predicate(E,F,D,B) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.03 59 member(f19(A,B,C,D),D) | inverse_predicate(A,B,C,D) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.03 60 member(f18(A,B,C,D),C) | inverse_predicate(A,B,C,D) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.03 61 apply(A,f19(A,B,C,D),f18(A,B,C,D)) | apply(B,f18(A,B,C,D),f19(A,B,C,D)) | inverse_predicate(A,B,C,D) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.03 62 -apply(A,f19(A,B,C,D),f18(A,B,C,D)) | -apply(B,f18(A,B,C,D),f19(A,B,C,D)) | inverse_predicate(A,B,C,D) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.03 Derived: -member(A,B) | -member(C,D) | -apply(E,A,C) | apply(F,C,A) | member(f19(E,F,D,B),B). [resolve(58,e,59,b)]. 0.75/1.03 Derived: -member(A,B) | -member(C,D) | -apply(E,A,C) | apply(F,C,A) | member(f18(E,F,D,B),D). [resolve(58,e,60,b)]. 0.75/1.03 Derived: -member(A,B) | -member(C,D) | -apply(E,A,C) | apply(F,C,A) | apply(E,f19(E,F,D,B),f18(E,F,D,B)) | apply(F,f18(E,F,D,B),f19(E,F,D,B)). [resolve(58,e,61,c)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | -apply(E,A,C) | apply(F,C,A) | -apply(E,f19(E,F,D,B),f18(E,F,D,B)) | -apply(F,f18(E,F,D,B),f19(E,F,D,B)). [resolve(58,e,62,c)]. 0.75/1.04 63 -member(A,B) | -member(C,D) | apply(E,A,C) | -apply(F,C,A) | -inverse_predicate(E,F,D,B) # label(inverse_predicate) # label(axiom). [clausify(20)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | apply(E,A,C) | -apply(F,C,A) | member(f19(E,F,D,B),B). [resolve(63,e,59,b)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | apply(E,A,C) | -apply(F,C,A) | member(f18(E,F,D,B),D). [resolve(63,e,60,b)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | apply(E,A,C) | -apply(F,C,A) | apply(E,f19(E,F,D,B),f18(E,F,D,B)) | apply(F,f18(E,F,D,B),f19(E,F,D,B)). [resolve(63,e,61,c)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | apply(E,A,C) | -apply(F,C,A) | -apply(E,f19(E,F,D,B),f18(E,F,D,B)) | -apply(F,f18(E,F,D,B),f19(E,F,D,B)). [resolve(63,e,62,c)]. 0.75/1.04 64 -isomorphism(A,B,C,D,E) | one_to_one(A,B,D) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 65 -one_to_one(A,B,C) | surjective(A,B,C) # label(one_to_one) # label(axiom). [clausify(21)]. 0.75/1.04 Derived: -isomorphism(A,B,C,D,E) | surjective(A,B,D). [resolve(64,b,65,a)]. 0.75/1.04 66 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | member(f39(A,B,C,D,E),B) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6). [resolve(66,b,64,b)]. 0.75/1.04 67 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(67,b,64,b)]. 0.75/1.04 68 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | member(f40(A,B,C,D,E),D) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6). [resolve(68,b,64,b)]. 0.75/1.04 69 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | member(f37(A,B,C,D,E),B) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6). [resolve(69,b,64,b)]. 0.75/1.04 70 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(70,b,64,b)]. 0.75/1.04 71 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | member(f38(A,B,C,D,E),D) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6). [resolve(71,b,64,b)]. 0.75/1.04 72 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(72,b,64,b)]. 0.75/1.04 73 isomorphism(A,B,C,D,E) | -one_to_one(A,B,D) | -maps(A,B,D) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.04 Derived: isomorphism(A,B,C,D,E) | -maps(A,B,D) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(73,b,64,b)]. 0.75/1.04 74 -one_to_one(A,B,C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(56,b,50,a)]. 0.75/1.04 Derived: -member(A,B) | -member(C,D) | -member(E,B) | -apply(F,A,C) | -apply(F,E,C) | E = A | -isomorphism(F,B,V6,D,V7). [resolve(74,a,64,b)]. 0.75/1.04 75 one_to_one(A,B,C) | -surjective(A,B,C) | member(f15(A,B,C),B). [resolve(57,c,49,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(75,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(75,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(75,a,68,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(75,a,69,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(75,a,70,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(75,a,71,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(75,a,72,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(75,a,73,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(75,a,74,a)]. 0.75/1.04 76 one_to_one(A,B,C) | -surjective(A,B,C) | member(f17(A,B,C),C). [resolve(57,c,51,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(76,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(76,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(76,a,68,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(76,a,69,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(76,a,70,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(76,a,71,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(76,a,72,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(76,a,73,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(76,a,74,a)]. 0.75/1.04 77 one_to_one(A,B,C) | -surjective(A,B,C) | member(f16(A,B,C),B). [resolve(57,c,52,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(77,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(77,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(77,a,68,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(77,a,69,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(77,a,70,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(77,a,71,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(77,a,72,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(77,a,73,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(77,a,74,a)]. 0.75/1.04 78 one_to_one(A,B,C) | -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)). [resolve(57,c,53,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(78,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(78,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(78,a,68,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(78,a,69,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(78,a,70,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(78,a,71,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(78,a,72,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(78,a,73,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(78,a,74,a)]. 0.75/1.04 79 one_to_one(A,B,C) | -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)). [resolve(57,c,54,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(79,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(79,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(79,a,68,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(79,a,69,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(79,a,70,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(79,a,71,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(79,a,72,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(79,a,73,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(79,a,74,a)]. 0.75/1.04 80 one_to_one(A,B,C) | -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C). [resolve(57,c,55,a)]. 0.75/1.04 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(80,a,66,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(80,a,67,b)]. 0.75/1.04 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(80,a,68,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(80,a,69,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(80,a,70,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(80,a,71,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(80,a,72,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(80,a,73,b)]. 0.75/1.05 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | -member(D,B) | -member(E,C) | -member(F,B) | -apply(A,D,E) | -apply(A,F,E) | F = D. [resolve(80,a,74,a)]. 0.75/1.05 81 compose_predicate(A,B,C,D,E,F) | member(f23(A,B,C,D,E,F),F) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 82 -compose_predicate(A,B,C,D,E,F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 83 -compose_predicate(A,B,C,D,E,F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 84 -compose_predicate(A,B,C,D,E,F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 85 -compose_predicate(A,B,C,D,E,F) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: member(f23(A,B,C,D,E,F),F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E). [resolve(81,a,82,a)]. 0.75/1.05 Derived: member(f23(A,B,C,D,E,F),F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6). [resolve(81,a,83,a)]. 0.75/1.05 Derived: member(f23(A,B,C,D,E,F),F) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)). [resolve(81,a,84,a)]. 0.75/1.05 Derived: member(f23(A,B,C,D,E,F),F) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8). [resolve(81,a,85,a)]. 0.75/1.05 86 compose_predicate(A,B,C,D,E,F) | member(f22(A,B,C,D,E,F),D) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: member(f22(A,B,C,D,E,F),D) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E). [resolve(86,a,82,a)]. 0.75/1.05 Derived: member(f22(A,B,C,D,E,F),D) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6). [resolve(86,a,83,a)]. 0.75/1.05 Derived: member(f22(A,B,C,D,E,F),D) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)). [resolve(86,a,84,a)]. 0.75/1.05 Derived: member(f22(A,B,C,D,E,F),D) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8). [resolve(86,a,85,a)]. 0.75/1.05 87 compose_predicate(A,B,C,D,E,F) | apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | member(f24(A,B,C,D,E,F),E) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | member(f24(A,B,C,D,E,F),E) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E). [resolve(87,a,82,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | member(f24(A,B,C,D,E,F),E) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6). [resolve(87,a,83,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | member(f24(A,B,C,D,E,F),E) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)). [resolve(87,a,84,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | member(f24(A,B,C,D,E,F),E) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8). [resolve(87,a,85,a)]. 0.75/1.05 88 compose_predicate(A,B,C,D,E,F) | apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(B,f24(A,B,C,D,E,F),f23(A,B,C,D,E,F)) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(B,f24(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E). [resolve(88,a,82,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(B,f24(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6). [resolve(88,a,83,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(B,f24(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)). [resolve(88,a,84,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(B,f24(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8). [resolve(88,a,85,a)]. 0.75/1.05 89 compose_predicate(A,B,C,D,E,F) | apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(C,f22(A,B,C,D,E,F),f24(A,B,C,D,E,F)) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(C,f22(A,B,C,D,E,F),f24(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | member(f21(A,B,C,D,E,F,V7,V6),E). [resolve(89,a,82,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(C,f22(A,B,C,D,E,F),f24(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(B,f21(A,B,C,D,E,F,V7,V6),V6). [resolve(89,a,83,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(C,f22(A,B,C,D,E,F),f24(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | -apply(A,V7,V6) | apply(C,V7,f21(A,B,C,D,E,F,V7,V6)). [resolve(89,a,84,a)]. 0.75/1.05 Derived: apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | apply(C,f22(A,B,C,D,E,F),f24(A,B,C,D,E,F)) | -member(V6,F) | -member(V7,D) | apply(A,V7,V6) | -member(V8,E) | -apply(B,V8,V6) | -apply(C,V7,V8). [resolve(89,a,85,a)]. 0.75/1.05 90 compose_predicate(A,B,C,D,E,F) | -apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,E) | -apply(B,V6,f23(A,B,C,D,E,F)) | -apply(C,f22(A,B,C,D,E,F),V6) # label(compose_predicate) # label(axiom). [clausify(23)]. 0.75/1.05 Derived: -apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,E) | -apply(B,V6,f23(A,B,C,D,E,F)) | -apply(C,f22(A,B,C,D,E,F),V6) | -member(V7,F) | -member(V8,D) | -apply(A,V8,V7) | member(f21(A,B,C,D,E,F,V8,V7),E). [resolve(90,a,82,a)]. 0.75/1.05 Derived: -apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,E) | -apply(B,V6,f23(A,B,C,D,E,F)) | -apply(C,f22(A,B,C,D,E,F),V6) | -member(V7,F) | -member(V8,D) | -apply(A,V8,V7) | apply(B,f21(A,B,C,D,E,F,V8,V7),V7). [resolve(90,a,83,a)]. 0.75/1.05 Derived: -apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,E) | -apply(B,V6,f23(A,B,C,D,E,F)) | -apply(C,f22(A,B,C,D,E,F),V6) | -member(V7,F) | -member(V8,D) | -apply(A,V8,V7) | apply(C,V8,f21(A,B,C,D,E,F,V8,V7)). [resolve(90,a,84,a)]. 0.75/1.05 Derived: -apply(A,f22(A,B,C,D,E,F),f23(A,B,C,D,E,F)) | -member(V6,E) | -apply(B,V6,f23(A,B,C,D,E,F)) | -apply(C,f22(A,B,C,D,E,F),V6) | -member(V7,F) | -member(V8,D) | apply(A,V8,V7) | -member(V9,E) | -apply(B,V9,V7) | -apply(C,V8,V9). [resolve(90,a,85,a)]. 0.75/1.05 91 maps(A,B,C) | member(f27(A,B,C),C) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.05 92 -maps(A,B,C) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D # label(maps) # label(axiom). [clausify(24)]. 0.75/1.05 93 -maps(A,B,C) | -member(D,B) | member(f25(A,B,C,D),C) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.05 94 -maps(A,B,C) | -member(D,B) | apply(A,D,f25(A,B,C,D)) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.05 Derived: member(f27(A,B,C),C) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(91,a,92,a)]. 0.75/1.05 Derived: member(f27(A,B,C),C) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(91,a,93,a)]. 0.75/1.06 Derived: member(f27(A,B,C),C) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(91,a,94,a)]. 0.75/1.06 95 maps(A,B,C) | member(f27(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: member(f27(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(95,a,92,a)]. 0.75/1.06 Derived: member(f27(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(95,a,93,a)]. 0.75/1.06 Derived: member(f27(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(95,a,94,a)]. 0.75/1.06 96 maps(A,B,C) | member(f26(A,B,C),B) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(96,a,92,a)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(96,a,93,a)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(96,a,94,a)]. 0.75/1.06 97 maps(A,B,C) | member(f26(A,B,C),B) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(97,a,92,a)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(97,a,93,a)]. 0.75/1.06 Derived: member(f26(A,B,C),B) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(97,a,94,a)]. 0.75/1.06 98 maps(A,B,C) | member(f28(A,B,C),C) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(98,a,92,a)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(98,a,93,a)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(98,a,94,a)]. 0.75/1.06 99 maps(A,B,C) | member(f28(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(99,a,92,a)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(99,a,93,a)]. 0.75/1.06 Derived: member(f28(A,B,C),C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(99,a,94,a)]. 0.75/1.06 100 maps(A,B,C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(100,a,92,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(100,a,93,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(100,a,94,a)]. 0.75/1.06 101 maps(A,B,C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(101,a,92,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(101,a,93,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f27(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(101,a,94,a)]. 0.75/1.06 102 maps(A,B,C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(102,a,92,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(102,a,93,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(102,a,94,a)]. 0.75/1.06 103 maps(A,B,C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(103,a,92,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(103,a,93,a)]. 0.75/1.06 Derived: apply(A,f26(A,B,C),f28(A,B,C)) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(103,a,94,a)]. 0.75/1.06 104 maps(A,B,C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B) | -member(D,C) | -member(E,B) | -member(F,C) | -apply(A,E,D) | -apply(A,E,F) | F = D. [resolve(104,a,92,a)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B) | -member(D,B) | member(f25(A,B,C,D),C). [resolve(104,a,93,a)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B) | -member(D,B) | apply(A,D,f25(A,B,C,D)). [resolve(104,a,94,a)]. 0.75/1.06 105 maps(A,B,C) | f28(A,B,C) != f27(A,B,C) | -member(D,C) | -apply(A,f29(A,B,C),D) # label(maps) # label(axiom). [clausify(24)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,C) | -member(F,B) | -member(V6,C) | -apply(A,F,E) | -apply(A,F,V6) | V6 = E. [resolve(105,a,92,a)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | member(f25(A,B,C,E),C). [resolve(105,a,93,a)]. 0.75/1.06 Derived: f28(A,B,C) != f27(A,B,C) | -member(D,C) | -apply(A,f29(A,B,C),D) | -member(E,B) | apply(A,E,f25(A,B,C,E)). [resolve(105,a,94,a)]. 0.75/1.06 106 -isomorphism(A,B,C,D,E) | maps(A,B,D) # label(isomorphism) # label(axiom). [clausify(28)]. 0.75/1.06 Derived: -isomorphism(A,B,C,D,E) | -member(F,D) | -member(V6,B) | -member(V7,D) | -apply(A,V6,F) | -apply(A,V6,V7) | V7 = F. [resolve(106,b,92,a)]. 0.75/1.06 Derived: -isomorphism(A,B,C,D,E) | -member(F,B) | member(f25(A,B,D,F),D). [resolve(106,b,93,a)]. 0.75/1.06 Derived: -isomorphism(A,B,C,D,E) | -member(F,B) | apply(A,F,f25(A,B,D,F)). [resolve(106,b,94,a)]. 0.75/1.06 107 maps(c1,c2,c3) # label(thIIa06) # label(negated_conjecture). [clausify(29)]. 0.75/1.06 Derived: -member(A,c3) | -member(B,c2) | -member(C,c3) | -apply(c1,B,A) | -apply(c1,B,C) | C = A. [resolve(107,a,92,a)]. 0.75/1.06 Derived: -member(A,c2) | member(f25(c1,c2,c3,A),c3). [resolve(107,a,93,a)]. 0.75/1.06 Derived: -member(A,c2) | apply(c1,A,f25(c1,c2,c3,A)). [resolve(107,a,94,a)]. 0.75/1.06 108 isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6). [resolve(66,b,64,b)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(108,b,91,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,95,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(108,b,96,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,97,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(108,b,98,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,99,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(108,b,100,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,101,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(108,b,102,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,103,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(108,b,104,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(108,b,105,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f39(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(108,b,106,b)]. 0.75/1.06 109 isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(67,b,64,b)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(109,b,91,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,95,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(109,b,96,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,97,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(109,b,98,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,99,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(109,b,100,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,101,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(109,b,102,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,103,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(109,b,104,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(109,b,105,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | apply(A,f37(A,B,C,D,E),f38(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(109,b,106,b)]. 0.75/1.06 110 isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6). [resolve(68,b,64,b)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(110,b,91,a)]. 0.75/1.06 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(110,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(110,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(110,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(110,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(110,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(110,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f40(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(110,b,106,b)]. 0.75/1.07 111 isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6). [resolve(69,b,64,b)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(111,b,91,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(111,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(111,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(111,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(111,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(111,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(111,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f37(A,B,C,D,E),B) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(111,b,106,b)]. 0.75/1.07 112 isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(70,b,64,b)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(112,b,91,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(112,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(112,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(112,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(112,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(112,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(112,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(A,f39(A,B,C,D,E),f40(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(112,b,106,b)]. 0.75/1.07 113 isomorphism(A,B,C,D,E) | -maps(A,B,D) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6). [resolve(71,b,64,b)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(113,b,91,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(113,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(113,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(113,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(113,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(113,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(113,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | member(f38(A,B,C,D,E),D) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(113,b,106,b)]. 0.75/1.07 114 isomorphism(A,B,C,D,E) | -maps(A,B,D) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(72,b,64,b)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(114,b,91,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(114,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(114,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(114,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(114,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(114,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(114,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(114,b,106,b)]. 0.75/1.07 115 isomorphism(A,B,C,D,E) | -maps(A,B,D) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6). [resolve(73,b,64,b)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | member(f29(A,B,D),B). [resolve(115,b,91,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f27(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,95,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | member(f29(A,B,D),B). [resolve(115,b,96,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f26(A,B,D),B) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,97,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | member(f29(A,B,D),B). [resolve(115,b,98,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | member(f28(A,B,D),D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,99,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | member(f29(A,B,D),B). [resolve(115,b,100,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f27(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,101,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | member(f29(A,B,D),B). [resolve(115,b,102,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | apply(A,f26(A,B,D),f28(A,B,D)) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,103,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | member(f29(A,B,D),B). [resolve(115,b,104,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | f28(A,B,D) != f27(A,B,D) | -member(V7,D) | -apply(A,f29(A,B,D),V7). [resolve(115,b,105,a)]. 0.75/1.07 Derived: isomorphism(A,B,C,D,E) | -apply(E,f38(A,B,C,D,E),f40(A,B,C,D,E)) | -apply(C,f37(A,B,C,D,E),f39(A,B,C,D,E)) | -isomorphism(A,B,F,D,V6) | -isomorphism(A,B,V7,D,V8). [resolve(115,b,106,b)]. 0.75/1.07 116 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(75,a,66,b)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(116,d,91,a)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,95,a)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(116,d,96,a)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,97,a)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(116,d,98,a)]. 0.75/1.07 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,99,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(116,d,100,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,101,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(116,d,102,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,103,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(116,d,104,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(116,d,105,a)]. 0.75/1.08 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(116,d,107,a)]. 0.75/1.08 117 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(75,a,67,b)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(117,d,91,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,95,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(117,d,96,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,97,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(117,d,98,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,99,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(117,d,100,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,101,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(117,d,102,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,103,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(117,d,104,a)]. 0.75/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(117,d,105,a)]. 0.75/1.08 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(117,d,107,a)]. 0.82/1.08 118 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(75,a,68,b)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(118,d,91,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,95,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(118,d,96,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,97,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(118,d,98,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,99,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(118,d,100,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,101,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(118,d,102,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,103,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(118,d,104,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(118,d,105,a)]. 0.82/1.08 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(118,d,107,a)]. 0.82/1.08 119 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(75,a,69,b)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(119,d,91,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,95,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(119,d,96,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,97,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(119,d,98,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,99,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(119,d,100,a)]. 0.82/1.08 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,101,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(119,d,102,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,103,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(119,d,104,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(119,d,105,a)]. 0.82/1.09 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(119,d,107,a)]. 0.82/1.09 120 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(75,a,70,b)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(120,d,91,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,95,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(120,d,96,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,97,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(120,d,98,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,99,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(120,d,100,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,101,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(120,d,102,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,103,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(120,d,104,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(120,d,105,a)]. 0.82/1.09 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(120,d,107,a)]. 0.82/1.09 121 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(75,a,71,b)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(121,d,91,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,95,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(121,d,96,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,97,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(121,d,98,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,99,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(121,d,100,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,101,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(121,d,102,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,103,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(121,d,104,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(121,d,105,a)]. 0.82/1.09 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(121,d,107,a)]. 0.82/1.09 122 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(75,a,72,b)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(122,d,91,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,95,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(122,d,96,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,97,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(122,d,98,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,99,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(122,d,100,a)]. 0.82/1.09 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,101,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(122,d,102,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,103,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(122,d,104,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(122,d,105,a)]. 0.82/1.10 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(122,d,107,a)]. 0.82/1.10 123 -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(75,a,73,b)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(123,d,91,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,95,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(123,d,96,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,97,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(123,d,98,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,99,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(123,d,100,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,101,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(123,d,102,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,103,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(123,d,104,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f15(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(123,d,105,a)]. 0.82/1.10 Derived: -surjective(c1,c2,c3) | member(f15(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(123,d,107,a)]. 0.82/1.10 124 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(76,a,66,b)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(124,d,91,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,95,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(124,d,96,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,97,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(124,d,98,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,99,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(124,d,100,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,101,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(124,d,102,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,103,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(124,d,104,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(124,d,105,a)]. 0.82/1.10 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(124,d,107,a)]. 0.82/1.10 125 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(76,a,67,b)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(125,d,91,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,95,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(125,d,96,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,97,a)]. 0.82/1.10 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(125,d,98,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,99,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(125,d,100,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,101,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(125,d,102,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,103,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(125,d,104,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(125,d,105,a)]. 0.82/1.11 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(125,d,107,a)]. 0.82/1.11 126 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(76,a,68,b)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(126,d,91,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,95,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(126,d,96,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,97,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(126,d,98,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,99,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(126,d,100,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,101,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(126,d,102,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,103,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(126,d,104,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(126,d,105,a)]. 0.82/1.11 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(126,d,107,a)]. 0.82/1.11 127 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(76,a,69,b)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(127,d,91,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,95,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(127,d,96,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,97,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(127,d,98,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,99,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(127,d,100,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,101,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(127,d,102,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,103,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(127,d,104,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(127,d,105,a)]. 0.82/1.11 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(127,d,107,a)]. 0.82/1.11 128 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(76,a,70,b)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(128,d,91,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,95,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(128,d,96,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,97,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(128,d,98,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,99,a)]. 0.82/1.11 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(128,d,100,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,101,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(128,d,102,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,103,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(128,d,104,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(128,d,105,a)]. 0.82/1.12 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(128,d,107,a)]. 0.82/1.12 129 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(76,a,71,b)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(129,d,91,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,95,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(129,d,96,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,97,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(129,d,98,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,99,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(129,d,100,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,101,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(129,d,102,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,103,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(129,d,104,a)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(129,d,105,a)]. 0.82/1.12 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(129,d,107,a)]. 0.82/1.12 130 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(76,a,72,b)]. 0.82/1.12 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(130,d,91,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,95,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(130,d,96,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,97,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(130,d,98,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,99,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(130,d,100,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,101,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(130,d,102,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,103,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(130,d,104,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(130,d,105,a)]. 0.82/1.13 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(130,d,107,a)]. 0.82/1.13 131 -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(76,a,73,b)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(131,d,91,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,95,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(131,d,96,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,97,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(131,d,98,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,99,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(131,d,100,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,101,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(131,d,102,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,103,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(131,d,104,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f17(A,B,C),C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(131,d,105,a)]. 0.82/1.13 Derived: -surjective(c1,c2,c3) | member(f17(c1,c2,c3),c3) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(131,d,107,a)]. 0.82/1.13 132 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(77,a,66,b)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(132,d,91,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,95,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(132,d,96,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,97,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(132,d,98,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,99,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(132,d,100,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,101,a)]. 0.82/1.13 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(132,d,102,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,103,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(132,d,104,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(132,d,105,a)]. 0.82/1.14 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(132,d,107,a)]. 0.82/1.14 133 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(77,a,67,b)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(133,d,91,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,95,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(133,d,96,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,97,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(133,d,98,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,99,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(133,d,100,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,101,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(133,d,102,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,103,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(133,d,104,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(133,d,105,a)]. 0.82/1.14 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(133,d,107,a)]. 0.82/1.14 134 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(77,a,68,b)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(134,d,91,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,95,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(134,d,96,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,97,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(134,d,98,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,99,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(134,d,100,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,101,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(134,d,102,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,103,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(134,d,104,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(134,d,105,a)]. 0.82/1.14 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(134,d,107,a)]. 0.82/1.14 135 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(77,a,69,b)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(135,d,91,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,95,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(135,d,96,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,97,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(135,d,98,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,99,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(135,d,100,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,101,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(135,d,102,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,103,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(135,d,104,a)]. 0.82/1.14 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(135,d,105,a)]. 0.82/1.15 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(135,d,107,a)]. 0.82/1.15 136 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(77,a,70,b)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(136,d,91,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,95,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(136,d,96,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,97,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(136,d,98,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,99,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(136,d,100,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,101,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(136,d,102,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,103,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(136,d,104,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(136,d,105,a)]. 0.82/1.15 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(136,d,107,a)]. 0.82/1.15 137 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(77,a,71,b)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(137,d,91,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,95,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(137,d,96,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,97,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(137,d,98,a)]. 0.82/1.15 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,99,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(137,d,100,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,101,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(137,d,102,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,103,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(137,d,104,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(137,d,105,a)]. 0.82/1.16 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(137,d,107,a)]. 0.82/1.16 138 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(77,a,72,b)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(138,d,91,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,95,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(138,d,96,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,97,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(138,d,98,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,99,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(138,d,100,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,101,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(138,d,102,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,103,a)]. 0.82/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(138,d,104,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(138,d,105,a)]. 0.89/1.16 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(138,d,107,a)]. 0.89/1.16 139 -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(77,a,73,b)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(139,d,91,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,95,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(139,d,96,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,97,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(139,d,98,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,99,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(139,d,100,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,101,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(139,d,102,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,103,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(139,d,104,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | member(f16(A,B,C),B) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(139,d,105,a)]. 0.89/1.16 Derived: -surjective(c1,c2,c3) | member(f16(c1,c2,c3),c2) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(139,d,107,a)]. 0.89/1.16 140 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(78,a,66,b)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(140,d,91,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,95,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(140,d,96,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,97,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(140,d,98,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,99,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(140,d,100,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,101,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(140,d,102,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,103,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(140,d,104,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(140,d,105,a)]. 0.89/1.16 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(140,d,107,a)]. 0.89/1.16 141 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(78,a,67,b)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(141,d,91,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,95,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(141,d,96,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,97,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(141,d,98,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,99,a)]. 0.89/1.16 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(141,d,100,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,101,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(141,d,102,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,103,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(141,d,104,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(141,d,105,a)]. 0.89/1.17 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(141,d,107,a)]. 0.89/1.17 142 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(78,a,68,b)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(142,d,91,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,95,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(142,d,96,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,97,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(142,d,98,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,99,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(142,d,100,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,101,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(142,d,102,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,103,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(142,d,104,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(142,d,105,a)]. 0.89/1.17 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(142,d,107,a)]. 0.89/1.17 143 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(78,a,69,b)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(143,d,91,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,95,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(143,d,96,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,97,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(143,d,98,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,99,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(143,d,100,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,101,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(143,d,102,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,103,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(143,d,104,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(143,d,105,a)]. 0.89/1.17 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(143,d,107,a)]. 0.89/1.17 144 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(78,a,70,b)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(144,d,91,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,95,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(144,d,96,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,97,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(144,d,98,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,99,a)]. 0.89/1.17 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(144,d,100,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,101,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(144,d,102,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,103,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(144,d,104,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(144,d,105,a)]. 0.89/1.18 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(144,d,107,a)]. 0.89/1.18 145 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(78,a,71,b)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(145,d,91,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,95,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(145,d,96,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,97,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(145,d,98,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,99,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(145,d,100,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,101,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(145,d,102,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,103,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(145,d,104,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(145,d,105,a)]. 0.89/1.18 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(145,d,107,a)]. 0.89/1.18 146 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(78,a,72,b)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(146,d,91,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,95,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(146,d,96,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,97,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(146,d,98,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,99,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(146,d,100,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,101,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(146,d,102,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,103,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(146,d,104,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(146,d,105,a)]. 0.89/1.18 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(146,d,107,a)]. 0.89/1.18 147 -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(78,a,73,b)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(147,d,91,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,95,a)]. 0.89/1.18 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(147,d,96,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,97,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(147,d,98,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,99,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(147,d,100,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,101,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(147,d,102,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,103,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(147,d,104,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f15(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(147,d,105,a)]. 0.89/1.19 Derived: -surjective(c1,c2,c3) | apply(c1,f15(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(147,d,107,a)]. 0.89/1.19 148 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(79,a,66,b)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(148,d,91,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,95,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(148,d,96,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,97,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(148,d,98,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,99,a)]. 0.89/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(148,d,100,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,101,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(148,d,102,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,103,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(148,d,104,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(148,d,105,a)]. 0.92/1.19 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(148,d,107,a)]. 0.92/1.19 149 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(79,a,67,b)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(149,d,91,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,95,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(149,d,96,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,97,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(149,d,98,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,99,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(149,d,100,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,101,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(149,d,102,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,103,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(149,d,104,a)]. 0.92/1.19 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(149,d,105,a)]. 0.92/1.19 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(149,d,107,a)]. 0.92/1.20 150 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(79,a,68,b)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(150,d,91,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,95,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(150,d,96,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,97,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(150,d,98,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,99,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(150,d,100,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,101,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(150,d,102,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,103,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(150,d,104,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(150,d,105,a)]. 0.92/1.20 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(150,d,107,a)]. 0.92/1.20 151 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(79,a,69,b)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(151,d,91,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,95,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(151,d,96,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,97,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(151,d,98,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,99,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(151,d,100,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,101,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(151,d,102,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,103,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(151,d,104,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(151,d,105,a)]. 0.92/1.20 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(151,d,107,a)]. 0.92/1.20 152 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(79,a,70,b)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(152,d,91,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,95,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(152,d,96,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,97,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(152,d,98,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,99,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(152,d,100,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,101,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(152,d,102,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,103,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(152,d,104,a)]. 0.92/1.20 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(152,d,105,a)]. 0.92/1.20 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(152,d,107,a)]. 0.92/1.21 153 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(79,a,71,b)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(153,d,91,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,95,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(153,d,96,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,97,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(153,d,98,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,99,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(153,d,100,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,101,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(153,d,102,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,103,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(153,d,104,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(153,d,105,a)]. 0.92/1.21 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(153,d,107,a)]. 0.92/1.21 154 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(79,a,72,b)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(154,d,91,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,95,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(154,d,96,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,97,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(154,d,98,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,99,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(154,d,100,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,101,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(154,d,102,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,103,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(154,d,104,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(154,d,105,a)]. 0.92/1.21 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(154,d,107,a)]. 0.92/1.21 155 -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(79,a,73,b)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(155,d,91,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,95,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(155,d,96,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,97,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(155,d,98,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,99,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(155,d,100,a)]. 0.92/1.21 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,101,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(155,d,102,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,103,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(155,d,104,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | apply(A,f16(A,B,C),f17(A,B,C)) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(155,d,105,a)]. 0.92/1.22 Derived: -surjective(c1,c2,c3) | apply(c1,f16(c1,c2,c3),f17(c1,c2,c3)) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(155,d,107,a)]. 0.92/1.22 156 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f39(A,B,D,C,E),B). [resolve(80,a,66,b)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(156,d,91,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,95,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(156,d,96,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,97,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(156,d,98,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,99,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(156,d,100,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,101,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(156,d,102,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,103,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(156,d,104,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f39(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(156,d,105,a)]. 0.92/1.22 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | member(f39(c1,c2,A,c3,B),c2). [resolve(156,d,107,a)]. 0.92/1.22 157 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)). [resolve(80,a,67,b)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(157,d,91,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,95,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(157,d,96,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,97,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(157,d,98,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,99,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(157,d,100,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,101,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(157,d,102,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,103,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(157,d,104,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f37(A,B,D,C,E),f38(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(157,d,105,a)]. 0.92/1.22 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | apply(c1,f37(c1,c2,A,c3,B),f38(c1,c2,A,c3,B)). [resolve(157,d,107,a)]. 0.92/1.22 158 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f40(A,B,D,C,E),C). [resolve(80,a,68,b)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(158,d,91,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,95,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(158,d,96,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,97,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(158,d,98,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,99,a)]. 0.92/1.22 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(158,d,100,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,101,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(158,d,102,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,103,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(158,d,104,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f40(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(158,d,105,a)]. 0.97/1.23 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | member(f40(c1,c2,A,c3,B),c3). [resolve(158,d,107,a)]. 0.97/1.23 159 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f37(A,B,D,C,E),B). [resolve(80,a,69,b)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(159,d,91,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,95,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(159,d,96,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,97,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(159,d,98,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,99,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(159,d,100,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,101,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(159,d,102,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,103,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(159,d,104,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f37(A,B,D,C,E),B) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(159,d,105,a)]. 0.97/1.23 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | member(f37(c1,c2,A,c3,B),c2). [resolve(159,d,107,a)]. 0.97/1.23 160 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)). [resolve(80,a,70,b)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(160,d,91,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,95,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(160,d,96,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,97,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(160,d,98,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,99,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(160,d,100,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,101,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(160,d,102,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,103,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(160,d,104,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(A,f39(A,B,D,C,E),f40(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(160,d,105,a)]. 0.97/1.23 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | apply(c1,f39(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)). [resolve(160,d,107,a)]. 0.97/1.23 161 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | member(f38(A,B,D,C,E),C). [resolve(80,a,71,b)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(161,d,91,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,95,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(161,d,96,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,97,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(161,d,98,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,99,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(161,d,100,a)]. 0.97/1.23 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,101,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(161,d,102,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,103,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(161,d,104,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | member(f38(A,B,D,C,E),C) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(161,d,105,a)]. 0.98/1.24 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | member(f38(c1,c2,A,c3,B),c3). [resolve(161,d,107,a)]. 0.98/1.24 162 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(80,a,72,b)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(162,d,91,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,95,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(162,d,96,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,97,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(162,d,98,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,99,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(162,d,100,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,101,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(162,d,102,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,103,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(162,d,104,a)]. 0.98/1.24 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(162,d,105,a)]. 1.05/1.36 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(162,d,107,a)]. 1.05/1.36 163 -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -maps(A,B,C) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)). [resolve(80,a,73,b)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | member(f29(A,B,C),B). [resolve(163,d,91,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f27(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,95,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | member(f29(A,B,C),B). [resolve(163,d,96,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f26(A,B,C),B) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,97,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | member(f29(A,B,C),B). [resolve(163,d,98,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | member(f28(A,B,C),C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,99,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | member(f29(A,B,C),B). [resolve(163,d,100,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f27(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,101,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | member(f29(A,B,C),B). [resolve(163,d,102,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | apply(A,f26(A,B,C),f28(A,B,C)) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,103,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | member(f29(A,B,C),B). [resolve(163,d,104,a)]. 1.05/1.36 Derived: -surjective(A,B,C) | f16(A,B,C) != f15(A,B,C) | isomorphism(A,B,D,C,E) | -apply(E,f38(A,B,D,C,E),f40(A,B,D,C,E)) | -apply(D,f37(A,B,D,C,E),f39(A,B,D,C,E)) | f28(A,B,C) != f27(A,B,C) | -member(F,C) | -apply(A,f29(A,B,C),F). [resolve(163,d,105,a)]. 1.05/1.36 Derived: -surjective(c1,c2,c3) | f16(c1,c2,c3) != f15(c1,c2,c3) | isomorphism(c1,c2,A,c3,B) | -apply(B,f38(c1,c2,A,c3,B),f40(c1,c2,A,c3,B)) | -apply(A,f37(c1,c2,A,c3,B),f39(c1,c2,A,c3,B)). [resolve(163,d,107,a)]. 1.05/1.36 164 -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | -increasing(C,V6,E,B,V8) # label(increasing_function) # label(axiom). [clausify(25)]. 1.05/1.36 165 member(f31(A,B,C,D,E),D) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 1.05/1.36 166 apply(A,f30(A,B,C,D,E),f31(A,B,C,D,E)) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 167 apply(A,f30(B,C,A,D,E),f32(B,C,A,D,E)) | increasing(B,C,A,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 168 member(f32(A,B,C,D,E),B) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 169 member(f30(A,B,C,D,E),B) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 170 member(f33(A,B,C,D,E),D) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 171 apply(A,f32(A,B,C,D,E),f33(A,B,C,D,E)) | increasing(A,B,C,D,E) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 172 -apply(A,f31(B,C,D,E,A),f33(B,C,D,E,A)) | increasing(B,C,D,E,A) # label(increasing_function) # label(axiom). [clausify(25)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | member(f31(C,V6,E,B,V8),B). [resolve(164,i,165,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | apply(C,f30(C,V6,E,B,V8),f31(C,V6,E,B,V8)). [resolve(164,i,166,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | apply(E,f30(C,V6,E,B,V8),f32(C,V6,E,B,V8)). [resolve(164,i,167,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | member(f32(C,V6,E,B,V8),V6). [resolve(164,i,168,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | member(f30(C,V6,E,B,V8),V6). [resolve(164,i,169,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | member(f33(C,V6,E,B,V8),B). [resolve(164,i,170,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | apply(C,f32(C,V6,E,B,V8),f33(C,V6,E,B,V8)). [resolve(164,i,171,b)]. 3.09/3.39 Derived: -member(A,B) | -apply(C,D,A) | -apply(E,D,F) | -member(F,V6) | -member(D,V6) | -member(V7,B) | -apply(C,F,V7) | apply(V8,A,V7) | -apply(V8,f31(C,V6,E,B,V8),f33(C,V6,E,B,V8)). [resolve(164,i,172,b)]. 3.09/3.39 3.09/3.39 ============================== end predicate elimination ============= 3.09/3.39 3.09/3.39 Auto_denials: (non-Horn, no changes). 3.09/3.39 3.09/3.39 Term ordering decisions: 3.09/3.39 Function symbol KB weights: empty_set=1. c1=1. c2=1. c3=1. c4=1. c5=1. image2=1. intersection=1. inverse_image2=1. union=1. unordered_pair=1. difference=1. f1=1. f2=1. f3=1. f10=1. product=1. sum=1. power_set=1. singleton=1. image3=1. inverse_image3=1. inverse_function=1. f4=1. f5=1. f15=1. f16=1. f17=1. f26=1. f27=1. f28=1. f29=1. f35=1. f7=1. f8=1. f9=1. f18=1. f19=1. f20=1. f25=1. f34=1. f36=1. compose_function=1. f11=1. f12=1. f13=1. f14=1. f30=1. f31=1. f32=1. f33=1. f37=1. f38=1. f39=1. f40=1. f22=1. f23=1. f24=1. f6=1. f21=1. 3.09/3.39 3.09/3.39 ============================== end of process initial clauses ======== 3.09/3.39 3.09/3.39 ============================== CLAUSES FOR SEARCH ==================== 3.09/3.39 3.09/3.39 ============================== end of clauses for search ============= 3.09/3.39 3.09/3.39 ============================== SEARCH ================================ 3.09/3.39 3.09/3.39 % Starting search at 0.65 seconds. 3.09/3.39 3.09/3.39 NOTE: Back_subsumption disabled, ratio of kept to back_subsumed is 21 (0.00 of 0.70 sec). 3.09/3.39 3.09/3.39 Low Water (keep): wt=166.000, iters=3338 3.09/3.39 3.09/3.39 Low Water (keep): wt=162.000, iters=3337 3.09/3.39 3.09/3.39 Low Water (keep): wt=159.000, iters=3338 3.09/3.39 3.09/3.39 Low Water (keep): wt=151.000, iters=3341 3.09/3.39 3.09/3.39 Low Water (keep): wt=133.000, iters=3388 3.09/3.39 3.09/3.39 Low Water (keep): wt=130.000, iters=3366 3.09/3.39 3.09/3.39 Low Water (keep): wt=118.000, iters=3360 3.09/3.39 3.09/3.39 Low Water (keep): wt=117.000, iters=3368 3.09/3.39 3.09/3.39 Low Water (keep): wt=113.000, iters=3357 3.09/3.39 3.09/3.39 Low Water (keep): wt=103.000, iters=3333 3.09/3.39 3.09/3.39 Low Water (keep): wt=97.000, iters=3345 3.09/3.39 3.09/3.39 Low Water (keep): wt=94.000, iters=3350 3.09/3.39 3.09/3.39 Low Water (keep): wt=93.000, iters=3345 3.09/3.39 3.09/3.39 Low Water (keep): wt=87.000, iters=3420 3.09/3.39 3.09/3.39 Low Water (keep): wt=83.000, iters=3357 3.09/3.39 3.09/3.39 Low Water (keep): wt=82.000, iters=3356 4.20/4.47 4.20/4.47 Low Water (keep): wt=81.000, iters=3333 4.20/4.47 4.20/4.47 Low Water (keep): wt=80.000, iters=3333 4.20/4.47 4.20/4.47 Low Water (keep): wt=79.000, iters=3334 4.20/4.47 4.20/4.47 Low Water (keep): wt=77.000, iters=3348 4.20/4.47 4.20/4.47 Low Water (keep): wt=75.000, iters=3362 4.20/4.47 4.20/4.47 Low Water (keep): wt=73.000, iters=3335 4.20/4.47 4.20/4.47 Low Water (keep): wt=72.000, iters=3466 4.20/4.47 4.20/4.47 Low Water (keep): wt=71.000, iters=3563 4.20/4.47 4.20/4.47 Low Water (keep): wt=70.000, iters=3404 4.20/4.47 4.20/4.47 Low Water (keep): wt=68.000, iters=3356 4.20/4.47 4.20/4.47 Low Water (keep): wt=66.000, iters=3341 4.20/4.47 4.20/4.47 Low Water (keep): wt=65.000, iters=3357 4.20/4.47 4.20/4.47 Low Water (keep): wt=64.000, iters=3343 4.20/4.47 4.20/4.47 Low Water (keep): wt=62.000, iters=3446 4.20/4.47 4.20/4.47 Low Water (keep): wt=61.000, iters=3368 4.20/4.47 4.20/4.47 Low Water (keep): wt=59.000, iters=3345 4.20/4.47 4.20/4.47 Low Water (keep): wt=58.000, iters=3336 4.20/4.47 4.20/4.47 Low Water (keep): wt=57.000, iters=3370 4.20/4.47 4.20/4.47 Low Water (keep): wt=38.000, iters=4100 4.20/4.47 4.20/4.47 Low Water (keep): wt=37.000, iters=3937 4.20/4.47 4.20/4.47 Low Water (keep): wt=32.000, iters=3459 4.20/4.47 4.20/4.47 Low Water (keep): wt=31.000, iters=3364 4.20/4.47 4.20/4.47 Low Water (displace): id=7248, wt=179.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7246, wt=173.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7348, wt=171.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7250, wt=167.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7349, wt=165.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7182, wt=153.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7181, wt=150.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7435, wt=149.000 4.20/4.47 4.20/4.47 Low Water (displace): id=5803, wt=147.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7329, wt=146.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7327, wt=145.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7350, wt=144.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7437, wt=143.000 4.20/4.47 4.20/4.47 Low Water (displace): id=5951, wt=140.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7347, wt=139.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7351, wt=138.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7359, wt=137.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7409, wt=136.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7428, wt=133.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7471, wt=132.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7444, wt=131.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7472, wt=129.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7345, wt=127.000 4.20/4.47 4.20/4.47 Low Water (displace): id=8516, wt=125.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7429, wt=124.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7433, wt=122.000 4.20/4.47 4.20/4.47 Low Water (displace): id=7819, wt=121.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7427, wt=119.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8521, wt=118.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8170, wt=116.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7470, wt=115.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7817, wt=113.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8174, wt=112.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7482, wt=110.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8522, wt=109.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8171, wt=108.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8506, wt=106.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8526, wt=105.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8175, wt=104.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8173, wt=103.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7830, wt=102.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8525, wt=101.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7828, wt=100.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8188, wt=99.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8179, wt=98.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8505, wt=97.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7483, wt=96.000 4.20/4.48 4.20/4.48 Low Water (displace): id=7945, wt=95.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8430, wt=94.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8334, wt=93.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8192, wt=92.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8422, wt=91.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8531, wt=90.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8530, wt=89.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8341, wt=88.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8435, wt=87.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8504, wt=86.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8124, wt=85.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8432, wt=84.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8436, wt=83.000 4.20/4.48 4.20/4.48 Low Water (displace): id=8361, wt=82.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9251, wt=81.000 4.20/4.48 4.20/4.48 Low Water (keep): wt=26.000, iters=4401 4.20/4.48 4.20/4.48 Low Water (keep): wt=25.000, iters=4296 4.20/4.48 4.20/4.48 Low Water (keep): wt=17.000, iters=3447 4.20/4.48 4.20/4.48 Low Water (displace): id=9256, wt=80.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9252, wt=79.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9137, wt=78.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9326, wt=77.000 4.20/4.48 4.20/4.48 Low Water (keep): wt=16.000, iters=3445 4.20/4.48 4.20/4.48 Low Water (displace): id=9265, wt=76.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9263, wt=75.000 4.20/4.48 4.20/4.48 Low Water (displace): id=10121, wt=74.000 4.20/4.48 4.20/4.48 Low Water (displace): id=10432, wt=73.000 4.20/4.48 4.20/4.48 Low Water (displace): id=9839, wt=72.000 4.20/4.48 4.20/4.48 LAlarm clock 119.77/120.03 Prover9 interrupted 119.77/120.04 EOF