0% found this document useful (0 votes)
1K views

Bracket Function: Reported By: Sheena G. Valenzuela

The bracket function, also known as the greatest integer function, rounds a real number down to the nearest integer. It is denoted by [x] and returns the greatest integer less than or equal to x. Some key properties are that [x] = x if x is an integer, [x] is always less than or equal to x but greater than or equal to x - 1, and [x] + n = [x + n] for any real number x and integer n.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Bracket Function: Reported By: Sheena G. Valenzuela

The bracket function, also known as the greatest integer function, rounds a real number down to the nearest integer. It is denoted by [x] and returns the greatest integer less than or equal to x. Some key properties are that [x] = x if x is an integer, [x] is always less than or equal to x but greater than or equal to x - 1, and [x] + n = [x + n] for any real number x and integer n.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

BRACKET

FUNCTION
REPORTED BY: SHEENA G. VALENZUELA
Bracket Function
 also known as “the
greatest integer
function”
Greatest Integer Function
 is denoted by 𝑥 is
the greatest integer
less than or equal to x.
Greatest Integer Function
is also known by the
names of “floor” or
“step” function
EXAMPLES:
1. −2.2 = −3
2. 5.8 = 5
3. 0.5 = 0
3
4. − = −1
4
EXAMPLES:
5. −8 = −8
6. 3 = 3
PROPERTIES
OF THE GREATEST
INTEGER FUNCTION
 𝒙 = x if and
only if x is an
integer
 𝒙 =n
- if and only if 𝑛 ≤ 𝑥 < 𝑛 + 1
- if and only if 𝑥 − 1 < 𝑛 ≤ 𝑥
 𝑥 ≤𝑥 < 𝑥 +1
𝑎𝑛𝑑 𝑥 − 1 < 𝑥 ≤ 𝑥
 𝑥+𝑛 = 𝑥 +𝑛
for every 𝑥 and 𝑛 real numbers,
with 𝑛 an integer.
−1 𝑖𝑓 𝑥 ∈ ℤ
 𝑥 + −𝑥 = ቊ
0 𝑖𝑓 𝑥 ∈ ℤ
2 𝑥 +1 𝑥 ∈ℤ
 𝑥 − −𝑥 = ቊ
2 𝑥 𝑥 ∈ ℤ

You might also like