Assume I have a minimal logic |- with disjunction v and implication ->. Now I want to represent some domain knowledge. One opponent says I should represent it as an axiom:
P -> U v V (myAxiom)
Another opponent says I should represent it as an inference rule:
G, U |- D G, V |- D
---------------------- (myRule)
G, P |- D
In my opinion both the axiom and the rule lead to the same derivations, even without including some classical assumptions about negation. Is this true?
P.S.: This is a follow up to:
Disjunction in Intuitionistic Logic, what about $((P \to U \lor V) \to Z)$
Not much is needed to derive the axiom from the rule:
Similarly, if the axiom is given, then the rule is admissible: