const SNo : set prop const In : set set prop term iIn = In infix iIn 2000 2000 const SNoL : set set const mul_SNo : set set set term * = mul_SNo infix * 2291 2290 const SNoLe : set set prop term <= = SNoLe infix <= 2020 2020 const add_SNo : set set set term + = add_SNo infix + 2281 2280 const SNoR : set set axiom mul_SNo_SNoL_interpolate: !x:set.!y:set.SNo x -> SNo y -> !z:set.z iIn SNoL (x * y) -> (?w:set.w iIn SNoL x & ?u:set.u iIn SNoL y & (z + w * u) <= w * y + x * u) | ?w:set.w iIn SNoR x & ?u:set.u iIn SNoR y & (z + w * u) <= w * y + x * u claim !x:set.!y:set.SNo x -> SNo y -> !z:set.z iIn SNoL (x * y) -> !P:prop.(!w:set.w iIn SNoL x -> !u:set.u iIn SNoL y -> (z + w * u) <= w * y + x * u -> P) -> (!w:set.w iIn SNoR x -> !u:set.u iIn SNoR y -> (z + w * u) <= w * y + x * u -> P) -> P