نتایج جستجو برای: derivation on banach algebra

تعداد نتایج: 8458555  

Let $mathcal{R}$ be a  commutative ring with identity, let $A$ and $B$ be two $mathcal{R}$-algebras and $varphi:Blongrightarrow A$ be an $mathcal{R}$-additive algebra homomorphism. We introduce a new algebra $Atimes_varphi B$, and give some basic properties of this algebra. Generalized $2$-cocycle derivations on $Atimes_varphi B$ are studied. Accordingly, $Atimes_varphi B$ is considered from th...

Journal: :journal of sciences islamic republic of iran 0

a general notion of completely monotone functionals on an ordered banach algebra b into a proper h*-algebra a with an integral representation for such functionals is given. as an application of this result we have obtained a characterization for the generalized completely continuous monotone functions on weighted foundation semigroups. a generalized version of bochner’s theorem on foundation se...

In this paper, we show that every surjective $n$-homomorphism ($n$-anti-homomorphism) from a Banach algebra $A$ into a semisimple Banach algebra $B$ is continuous.

For a Banach algebra $fA$, we introduce ~$c.c(fA)$, the set of all $phiin fA^*$ such that $theta_phi:fAto fA^*$ is a completely continuous operator, where $theta_phi$ is defined by $theta_phi(a)=acdotphi$~~ for all $ain fA$. We call $fA$, a completely continuous Banach algebra if $c.c(fA)=fA^*$. We give some examples of completely continuous Banach algebras and a suffici...

We investigate the stability of generalizedderivations on Banach algebras with a bounded central approximateidentity. We show that every approximate generalized derivation inthe sense of Rassias, is an exact generalized derivation. Also thestability problem of generalized derivations on the faithful Banachalgebras is investigated.

2014
A. Hosseini M. Hassani A. Niknam

Let be a Banach algebra and : a derivation. In this paper, it is proved, under certain conditions, that , where is the Jacobson radical of . Moreover, we prove that if is unital and : is a continuous derivation, then ⋂ ⋂ ⋂ , where denotes the set of all primitive ideals such that is commutative, denotes the set of all maximal (modular) ideals such that is commutative, and Φ is the set of all no...

2007
EBRAHIM SAMEI

Let A be a C∗-algebra, and let X be a Banach A-bimodule. B. E. Johnson showed that local derivations from A into X are derivations. We extend this concept of locality to the higher cohomology of a C ∗-algebra and show that, for every n ∈ N, bounded local n-cocycles from A into X are n-cocycles. The study of the local properties of Hochschild cohomology of a Banach algebra was initiated by intro...

2005
M. S. Moslehian

Introducing the notions of (inner) σ-derivation, (inner) σ-endomorphism and oneparameter group of σ-endomorphisms (σ-dynamics) on a Banach algebra, we correspond to each σ-dynamics a σ-derivation named as its σ-infinitesimal generator. We show that the σ-infinitesimal generator of a σ-dynamics of inner σ-endomorphisms is an inner σ-derivation and deal with the converse. We also establish a nice...

For a Banach algebra $A$, $A''$ is $(-1)$-Weakly amenable if $A'$ is a Banach $A''$-bimodule and $H^1(A'',A')={0}$. In this paper, among other things,  we study the relationships between the $(-1)$-Weakly amenability of $A''$ and the weak amenability of $A''$ or $A$. Moreover, we show that the second dual of every $C^ast$-algebra is $(-1)$-Weakly amenable.

M. Eshaghi Gordji

Let A be a Banach algebra. A is called ideally amenable if for every closed ideal I of A, the first cohomology group of A with coefficients in I* is trivial. We investigate the closed ideals I for which H1 (A,I* )={0}, whenever A is weakly amenable or a biflat Banach algebra. Also we give some hereditary properties of ideal amenability.

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->