Integer

From testwiki
Revision as of 11:28, 16 May 2023 by imported>MathXplore (added Category:Integers using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This may need some disambiguation information to deal with the computer programming data type.
Mathematics
Integers
Integers

Template:Mathematics Template:Secondary education Template:Tertiary education

The integers are a very fundamental mathematical set on which arithmetic is based. They are the familiar "whole numbers"; that is, they do not include fractional quantities. They include zero and negative whole numbers—the natural numbers are the set that includes only positive whole numbers. That is, the integers are the set 3,2,1,0,1,2,3,.

Mathematicians denote the set of integers with an ornate capital letter: 𝕀. They are the 2nd item in this hierarchy of types of numbers:

Definition of the integers

Integer represents a set of signed numbers namely Negative numbers , Zero and Positive numbers . Integer is denoted as I . So Negative number is -I and Positive number is +I

I=I,0,+I

Where

I . Integer
I . Negative integer
+I . Positive integer


Negative number is defined as a number has value less than zero

I<0

Positive number is defined as a number has value greater zero

+I>0

Example Integers of octal base

I=9,8,7,6,5,4,3,2,1,0,+1,+2,+3,+4,+5,+6,+7,+8,+9

Mathematical operations

Differfent integers

(I)+0=I
(+I)+0=+I
(+I)+(I)=0
(I)+(+I)=0

Like positive integer

(+I)+(+I)=+2I
(+I)(+I)=0
(+I)×(+I)=I2
(+I)/(+I)=1

Like negative integer

(I)+(I)=2I
(I)(I)=0
(I)×(I)=I2
(I)/(I)=1

Addition

For all positive x and y, we extend addition to all integers as follows. The value of x+(-y) depends on which is larger, x or y.

If x>y, x+(y)=xy
If x<y, x+(y)=(yx)
Also, (y)+x = x+(y), and (x)+(y)=(x+y)
Finally, x+0=0+x=x for all x, positive, negative, or zero.

Negation

This operator, written "-x", has already been defined for positive numbers. For negative numbers, we define

(x)=x. Also, 0=0.

Subtraction

We define subtraction for all numbers, positive, negative, or zero, in terms of negation and addition

xy=x+(y)

Multiplication

For negative numbers, we define

x×(y)=(x×y)
(x)×y=(x×y)
0×x=x×0=0
  • Ordering: If x and y are both positive numbers:
x<y if and only if x>y
x<0, x<y
0>y, x>y
In all cases,
x<y means x≠y and y > x

From these definitions, we can then prove all the various commutativity, associativity, and distributivity properties, and the trichotomy law. This is left as an exercise.

Group and ring properties

The integers, with their property of addition, constitute a group. Groups are extremely important objects in mathematics. A group requires a set (the integers), an operation (addition), an "inverse" operation (negation—the natural numbers don't have this, so they are not a group), and an "identity" operation (zero). To be a group, the operation must be associative, a property which the integers satisfy. Also, since addition

Furthermore, the integers have a multiplication operator, satisfying the distributive law, and having a multiplicative identity (1). This makes the integers a ring.

References

Template:Reflist

See Also

Template:Cite web

For a discussion of the philosophical and historical aspects of the various types of numbers, see Our_Playground:_The_Real_Numbers_and_Their_Development.