Mttbnchtt / ontology-and-proofs

Ontological analysis of mathematical proofs
Other
3 stars 1 forks source link

check datalog rules /2 #55

Open Mttbnchtt opened 6 months ago

Mttbnchtt commented 6 months ago

Consider the following rules:

(WRONG RULE) if P is a property, xPy, and x is in proof step z, then y is in proof step z

(WRONG RULE) if P is a property, yPx, and x is in proof step z, then y is in proof step z

THIS RULES ARE FALSE (e.g. consider P = different-from). HOWEVER, THE RULES HOLDS FOR A LARGE CLASS OF PROPERTIES. BUT WHICH CLASS EXACTLY?