
theorem CNM:
  for f be Relation, n,m be Nat holds (f|(n+m))|n = f|n
  proof
    let f be Relation, n,m be Nat;
    n /\ (n+m) = n;
    hence thesis by RELAT_1:71;
  end;
