<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=81.65.121.64</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=81.65.121.64"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/81.65.121.64"/>
	<updated>2026-08-01T07:55:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Mayer%E2%80%93Vietoris_sequence&amp;diff=4414</id>
		<title>Mayer–Vietoris sequence</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Mayer%E2%80%93Vietoris_sequence&amp;diff=4414"/>
		<updated>2014-01-22T10:51:29Z</updated>

		<summary type="html">&lt;p&gt;81.65.121.64: /* Derivation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{For|the &#039;&#039;[[Star Trek: Voyager]]&#039;&#039; episode|Prime Factors (Star Trek: Voyager)}}&lt;br /&gt;
{{refimprove|date=July 2013}}&lt;br /&gt;
&lt;br /&gt;
In [[number theory]], the &#039;&#039;&#039;prime factors&#039;&#039;&#039; of a positive  [[integer]] are the [[prime number]]s that divide that integer exactly. The [[integer factorization|prime factorization]] of a positive integer is a list of the integer&#039;s prime factors, together with their [[Multiplicity (mathematics)|multiplicities]]; the process of determining these factors is called [[integer factorization]]. The [[fundamental theorem of arithmetic]] says that every positive integer has a single unique prime factorization. &lt;br /&gt;
&lt;br /&gt;
To shorten prime factorizations, factors are often expressed in powers (multiplicities). For example,&lt;br /&gt;
:&amp;lt;math&amp;gt; 360 = 2 \times 2 \times 2 \times 3 \times 3 \times 5 = 2^3 \times 3^2 \times 5,&amp;lt;/math&amp;gt;&lt;br /&gt;
in which the factors 2, 3 and 5 have multiplicities of 3, 2 and 1, respectively. &lt;br /&gt;
&lt;br /&gt;
For a prime factor &#039;&#039;p&#039;&#039; of &#039;&#039;n&#039;&#039;, the multiplicity of &#039;&#039;p&#039;&#039; is the largest [[Exponentiation|exponent]] &#039;&#039;a&#039;&#039; for which &#039;&#039;p&amp;lt;sup&amp;gt;a&amp;lt;/sup&amp;gt;&#039;&#039; divides &#039;&#039;n&#039;&#039; exactly. &lt;br /&gt;
&lt;br /&gt;
For a positive integer &#039;&#039;n&#039;&#039;, the &#039;&#039;number&#039;&#039; of prime factors of &#039;&#039;n&#039;&#039; and the &#039;&#039;sum&#039;&#039; of the prime factors of &#039;&#039;n&#039;&#039; (not counting multiplicity) are examples of [[arithmetic function]]s of &#039;&#039;n&#039;&#039; that are [[additive function|additive]] but not completely additive.&lt;br /&gt;
&lt;br /&gt;
==Perfect squares==&lt;br /&gt;
[[Square number|Perfect square numbers]] can be recognized by the fact that all of their prime factors have even multiplicities. For example, the number 144 (the square of 12) has the prime factors&lt;br /&gt;
:&amp;lt;math&amp;gt; 144 = 2 \times 2 \times 2 \times 2 \times 3 \times 3 = 2^4 \times 3^2.&amp;lt;/math&amp;gt;&lt;br /&gt;
These can be rearranged to make the pattern more visible: &lt;br /&gt;
:&amp;lt;math&amp;gt; 144 = 2 \times 2 \times 2 \times 2 \times 3 \times 3 = (2 \times 2 \times 3) \times (2 \times 2 \times 3) = (2 \times 2 \times 3)^2 = (12)^2.&amp;lt;/math&amp;gt;&lt;br /&gt;
Because every prime factor appears an even number of times, the original number can be expressed as the square of some smaller number. In the same way, [[Cube number|perfect cube numbers]] will have prime factors whose multiplicities are multiples of three, and so on.&lt;br /&gt;
&lt;br /&gt;
==Coprime integers==&lt;br /&gt;
Positive integers with no prime factors in common are said to be [[coprime]]. Two integers &#039;&#039;a&#039;&#039; and &#039;&#039;b&#039;&#039; can also be defined as coprime if their [[greatest common divisor]] gcd(&#039;&#039;a&#039;&#039;,&amp;amp;nbsp;&#039;&#039;b&#039;&#039;)&amp;amp;nbsp;=&amp;amp;nbsp;1. [[Euclid&#039;s algorithm]] can be used to determine whether two integers are coprime without knowing their prime factors; the algorithm runs in a [[Time_complexity#Polynomial_time|time that is polynomial]] in the number of digits involved.&lt;br /&gt;
&lt;br /&gt;
The integer 1 is coprime to every positive integer, including itself. This is because it has no prime factors; it is the [[empty product]]. This implies that gcd(1,&amp;amp;nbsp;&#039;&#039;b&#039;&#039;)&amp;amp;nbsp;=&amp;amp;nbsp;1 for any &#039;&#039;b&#039;&#039;&amp;amp;nbsp;≥&amp;amp;nbsp;1.&lt;br /&gt;
&lt;br /&gt;
==Cryptographic Applications==&lt;br /&gt;
Determining the prime factors of a number is an example of a problem frequently used to ensure cryptographic security in [[encryption]] systems; this problem is believed to require [[Time_complexity#Superpolynomial_time|super-polynomial time]] in the number of digits — it is relatively easy to construct a problem that would take longer than the known [[age of the universe]] to solve on current computers using current algorithms.&lt;br /&gt;
&lt;br /&gt;
== {{anchor|Omega function}} Omega functions ==&lt;br /&gt;
The function {{math|ω(&#039;&#039;n&#039;&#039;)}} &#039;&#039;(&amp;quot;omega&amp;quot;)&#039;&#039; represents the number of &#039;&#039;distinct&#039;&#039; prime factors of &#039;&#039;n&#039;&#039;, while the function {{math|Ω(&#039;&#039;n&#039;&#039;)}} &#039;&#039;(&amp;quot;big omega&amp;quot;)&#039;&#039; represents the &#039;&#039;total&#039;&#039; number of prime factors of {{math|&#039;&#039;n&#039;&#039;}}.&lt;br /&gt;
If&lt;br /&gt;
:&amp;lt;math&amp;gt;n = \prod_{i=1}^{\omega(n)} p_i^{\alpha_i}&amp;lt;/math&amp;gt;,&lt;br /&gt;
then&lt;br /&gt;
:&amp;lt;math&amp;gt;\Omega(n) = \sum_{i=1}^{\omega(n)} \alpha_i&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, {{math|1=24 = 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; × 3&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;}}, so {{math|1=ω(24) = 2}} and {{math|1=Ω(24) = 3+1 = 4}}.&lt;br /&gt;
&lt;br /&gt;
{{math|ω(&#039;&#039;n&#039;&#039;)}} for {{math|&#039;&#039;n&#039;&#039;}} = 1, 2, 3, ... is 0, 1, 1, 1, 1, 2, 1, 1, 1, ... {{OEIS|id=A001221}}.&lt;br /&gt;
&lt;br /&gt;
{{math|Ω(&#039;&#039;n&#039;&#039;)}} for {{math|&#039;&#039;n&#039;&#039;}} = 1, 2, 3, ... is 0, 1, 1, 2, 1, 2, 1, 3, 2, ... {{OEIS|id=A001222}}.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Composite number]]&lt;br /&gt;
* [[Divisor]]&lt;br /&gt;
* [[Table of prime factors]]&lt;br /&gt;
* [[Sieve of Eratosthenes]]&lt;br /&gt;
* [[Erdős–Kac theorem]]&lt;br /&gt;
* [[Arithmetic_function#Ω(n), ω(n), νp(n) – prime power decomposition|Ω(n), ω(n), νp(n) – prime power decomposition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.virtuescience.com/prime-factor-calculator.html Prime Factor Calculator at the Database of Number Correlations]&lt;br /&gt;
* [http://www.se16.info/js/factor.htm A Javascript Prime Factor Calculator. Can handle numbers up to about 9&amp;amp;times;10&amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
* [http://www.javascripter.net/math/calculators/primefactorscalculator.htm Fast Prime Factorization Calculator in JavaScript. Can handle numbers up to 10&amp;lt;sup&amp;gt;20&amp;lt;/sup&amp;gt;]&lt;br /&gt;
* [http://www.alpertron.com.ar/ECM.HTM Java applet: Factorization using the Elliptic Curve Method finding factors with 20+ digits]&lt;br /&gt;
* [http://factors.evalwave.com/fHome.html Millions of factors and prime factors on html pages.]&lt;br /&gt;
* [http://dvneo.com/trivia/0505_prime_factors/ List of prime factors for numbers from 2 - 5 million and growing.]&lt;br /&gt;
* [http://primefactorizationcalculator.org Prime Factorization Calculator. Can handle numbers up to about 9&amp;amp;times;10&amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;]&lt;br /&gt;
* [http://www.academia.edu/1066276/Prime_Factorisation_A_New_Approach Prime Factorization A New Approach]&lt;br /&gt;
&lt;br /&gt;
{{Divisor classes}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Prime numbers]]&lt;/div&gt;</summary>
		<author><name>81.65.121.64</name></author>
	</entry>
</feed>