Proving the Property: Relatively Prime Factors and Division

  • Thread starter Thread starter abcd8989
  • Start date Start date
  • Tags Tags
    Property
AI Thread Summary
In the discussion on proving the property of relatively prime factors, it is established that if pq=ab and p and b are relatively prime, then p must be a factor of a and b must be a factor of q. The reasoning is that since ab equals pq, p divides ab, and due to the relative primality of p and b, p must specifically divide a. The argument is reinforced by suggesting a breakdown into prime factors for clarity. The symmetric nature of the argument is also noted, confirming the reverse relationship holds true. This establishes a clear connection between the factors when dealing with relatively prime integers.
abcd8989
Messages
44
Reaction score
0
If pq=ab where p, b are relatively prime, p must be a factor of a and b must be a factor of q.
 
Physics news on Phys.org
well, since ab = pq, p divides ab. but (p, b) = 1 and so p must divide a [this is obvious, trust me. if you don't see it, break them up into prime factors and deal with them case by case]. the other direction is symmetric.
 
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top